scripting rework

This commit is contained in:
Eduardo Bart
2011-05-02 19:48:41 -03:00
parent f290b4f89c
commit c052723477
24 changed files with 622 additions and 375 deletions

View File

@@ -16,6 +16,6 @@ end
-- here is where everything starts
if not initialStateLoaded then
onEnterMenuState()
App.setOnClose(onApplicationClose)
App.onClose = onApplicationClose
initialStateLoaded = true
end