resources/main.lua

changeset 0
7ff85f7ce3a7
equal deleted inserted replaced
-1:000000000000 0:34c573cae018
1 -- Your app starts here!
2 --require('mobdebug').start()
3
4 -- Load scene blocks
5 sceneMain = dofile('scenemain.lua')
6 sceneAbout = dofile('sceneabout.lua')
7 sceneHelp = dofile('scenehelp.lua')
8
9 -- Bootstrap initial scene
10 director:setCurrentScene(nil)
11 director:moveToScene(sceneMain)

mercurial