-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) |