Fixed a few bugs

This commit is contained in:
Cooldude2606
2017-11-30 19:15:38 +00:00
parent 95ff205e2a
commit 4efa83edd9
5 changed files with 17 additions and 8 deletions

View File

@@ -24,8 +24,7 @@ error = function(err)
end
-- loads the stdlib and allows Core Game and Event
local StdLib = require '/locale/StdLib/load'
local Core, Game, Event = StdLib.Core, StdLib.Game, StdLib.Event
local Color, Game, Event = require('/locale/StdLib/load'){'Color','Game','Event'}
-- loads the ExpLib, functions are plased into the lua global
local ExpLib = require 'ExpLib'