TombEngine/Scripts/Title.lua
2022-09-07 21:12:02 +01:00

10 lines
267 B
Lua

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