/Origami-hud

A plugin for RPG Paper Maker that adds a basic player HUD to the game's map scene.

Primary LanguageHaxeMIT LicenseMIT

Origami HUD

A plugin for RPG Paper Maker that adds a basic player HUD to the game's map scene.

Getting Started

A getting started guide for development.

  1. Clone the repository
git clone https://github.com/LunaTechsDev/origami-devtools.git
  1. Install dependencies
npm install
  1. Install PaperTea & Dependencies
npx lix download

Compiling the plugin

You can compile the plugin by running

npm run build

To watch for changes and rebuild plugin

npm run watch

Updating PaperTea

To update PaperTea we use lix package manager to install the latest version from GitHub.

npx lix install gh:LunaTechsDev/PaperTea