TombEngine/Scripts/Levels/Title.lua

8 lines
207 B
Lua
Raw Normal View History

2021-12-01 15:31:39 +03:00
-- Title script file
2022-08-04 05:23:56 +03:00
2021-12-01 15:31:39 +03:00
LevelFuncs.OnLoad = function() end
LevelFuncs.OnSave = function() end
LevelFuncs.OnEnd = function() end
LevelFuncs.OnStart = function() end
LevelFuncs.OnControlPhase = function(dt) end