Skip to content

theatrejs/example-overlay-gamepad

Repository files navigation

Copyright License @theatrejs/theatrejs NPM Version

Example Overlay Gamepad

🎮 A Gamepad Overlay example.

Installation

Clone the repository:

git clone https://github.com/theatrejs/example-overlay-gamepad.git

Intall the dependencies:

npm install

Quick Start

npm start

Edition

Create the .env file from the .env.example file:

cp .env.example .env

Update 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