forked from pyrex/chameleonic
main #21
@ -5,15 +5,13 @@ __lua__
|
|||||||
modules={}
|
modules={}
|
||||||
real_modules={}
|
real_modules={}
|
||||||
|
|
||||||
frame=0
|
|
||||||
function _init()
|
function _init()
|
||||||
-- printh("restarting")
|
-- printh("restarting")
|
||||||
_doall("init")
|
_doall("init")
|
||||||
end
|
end
|
||||||
|
|
||||||
function _update()
|
function _update()
|
||||||
frame+=1
|
_doall("update") end
|
||||||
if (frame%1==0) _doall("update") end
|
|
||||||
function _draw()
|
function _draw()
|
||||||
_doall("draw") end
|
_doall("draw") end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user