mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
parent
7fc3191b4d
commit
6da51210de
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ LevelFuncs.OnSave = function() end
|
|||
|
||||
-- Called on every frame of the game
|
||||
-- dt stands for "delta time", and holds the time in seconds since the last call to OnControlPhase
|
||||
LevelFuncs.OnControlPhase = function(dt) end
|
||||
LevelFuncs.OnLoop = function(dt) end
|
||||
|
||||
-- Called when level is ended, either after leveljump, quitting to title or loading game
|
||||
LevelFuncs.OnEnd = function() end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue