TombEngine/Scripts/Title.lua

10 lines
222 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
local Util = require("Util")
Util.ShortenTENCalls()
2021-12-01 15:31:39 +03:00
LevelFuncs.OnLoad = function() end
LevelFuncs.OnSave = function() end
LevelFuncs.OnEnd = function() end
2022-08-04 05:23:56 +03:00
LevelFuncs.OnControlPhase = function() end