🎮 A Gamepad Overlay example.
Clone the repository:
git clone https://github.com/theatrejs/example-overlay-gamepad.gitIntall the dependencies:
npm installnpm startCreate the .env file from the .env.example file:
cp .env.example .envUpdate the .env file with your Aseprite and Reaper executable paths, for instance:
ASEPRITE=C:\Program Files\Aseprite\Aseprite.exe
REAPER=C:\Program Files\REAPER (x64)\reaper.exe