A plugin for RPG Paper Maker
that adds a basic player HUD to the game's map scene.
A getting started guide for development.
- Clone the repository
git clone https://github.com/LunaTechsDev/origami-devtools.git
- Install dependencies
npm install
- Install PaperTea & Dependencies
npx lix download
You can compile the plugin by running
npm run build
To watch for changes and rebuild plugin
npm run watch
To update PaperTea we use lix package manager to install the latest version from GitHub.
npx lix install gh:LunaTechsDev/PaperTea