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