/QMovement

Pixel movement for RPGMakerMV

Primary LanguageJavaScript

QMovement Dev Files

Split source files for QMovement plugin for RPGMakerMV.

Building

To build, install npm, open console cd into this folder and run:

npm install
gulp

That will install the dependences and run the default gulp task which is the building task. The built plugin will be in the dist folder.