TombEngine/Scripts/Title.lua
2022-08-04 05:23:56 +03:00

10 lines
No EOL
222 B
Lua

-- Title script file
local Util = require("Util")
Util.ShortenTENCalls()
LevelFuncs.OnLoad = function() end
LevelFuncs.OnSave = function() end
LevelFuncs.OnEnd = function() end
LevelFuncs.OnControlPhase = function() end