🎮 A Game Menu example.
git clone https://github.com/theatrejs/example-menu.git
Create the .env
file from the .env.example
file:
cp .env.example .env
Update the .env
file with your Aseprite executable path, for instance:
ASEPRITE=C:\Program Files\Aseprite\Aseprite.exe
npm start