Pre-release 1.3.0

- Added new crafting system
- Added multiple passive tree UI
- Added stat differences for toggling/changing gems
This commit is contained in:
Openarl
2017-02-15 19:10:22 +10:00
parent 9c8551750d
commit 32f798482f
39 changed files with 1540 additions and 227 deletions

View File

@@ -52,7 +52,6 @@ function launch:OnInit()
-- Looks like a remote manifest, so we're probably running from a repository
-- Enable dev mode to disable updates and set user path to be the script path
self.devMode = true
--self.enableFlasks = true
end
local errMsg
errMsg, self.main = PLoadModule("Modules/Main", self)