Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 447 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 447 Bytes

XP

XP

A generic leveling up system for Defold

Installation

You can use XP in your own project by adding this project as a Defold library dependency. Open your game.project file and in the dependencies field under project add:

https://github.com/subsoap/xp/archive/master.zip

Once added, you must require the main Lua module in scripts via

local xp = require("xp.xp")