resources/main.lua

Wed, 31 Jul 2013 19:28:00 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Jul 2013 19:28:00 +0200
changeset 0
7ff85f7ce3a7
permissions
-rw-r--r--

Flush prograss with initial commit.

     1 -- Your app starts here!
     2 --require('mobdebug').start()
     4 -- Load scene blocks
     5 sceneMain = dofile('scenemain.lua')
     6 sceneAbout = dofile('sceneabout.lua')
     7 sceneHelp = dofile('scenehelp.lua')
     9 -- Bootstrap initial scene
    10 director:setCurrentScene(nil)
    11 director:moveToScene(sceneMain)

mercurial