TombEngine/Scripts/Title.lua

11 lines
267 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
2022-09-07 21:12:02 +01:00
local Util = require("Engine.Util")
2022-08-04 05:23:56 +03:00
Util.ShortenTENCalls()
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