TombEngine/Scripts/Title.lua
2022-09-03 12:25:05 +01:00

10 lines
264 B
Lua

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