TombEngine/Scripts/Levels/Title.lua
2024-01-06 13:36:18 +01:00

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