mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
7 lines
207 B
Lua
7 lines
207 B
Lua
-- Title script file
|
|
|
|
LevelFuncs.OnLoad = function() end
|
|
LevelFuncs.OnSave = function() end
|
|
LevelFuncs.OnEnd = function() end
|
|
LevelFuncs.OnStart = function() end
|
|
LevelFuncs.OnControlPhase = function(dt) end
|