TombEngine/Scripts/Andrea1.lua
2021-12-01 15:31:39 +03:00

5 lines
173 B
Lua

-- Test level script file
LevelFuncs.OnLoad = function() end
LevelFuncs.OnSave = function() end
LevelFuncs.OnControlPhase = function() end
LevelFuncs.OnEnd = function() end