mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-02 09:47:58 +03:00
10 lines
264 B
Lua
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
|