An open API service indexing awesome lists of open source software.

https://github.com/subsoap/xp

Generic leveling up system for Defold
https://github.com/subsoap/xp

defold defold-game-engine

Last synced: 7 months ago
JSON representation

Generic leveling up system for Defold

Awesome Lists containing this project

README

          

![XP](xp_logo2.png)

# 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](http://www.defold.com/manuals/libraries/). 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")
```