Revert "Revert "Update New_Level.lua""

This reverts commit 7fc3191b4d.
This commit is contained in:
Kubsy 2024-01-06 13:50:00 +00:00
parent 7fc3191b4d
commit 6da51210de

View file

@ -12,7 +12,7 @@ LevelFuncs.OnSave = function() end
-- Called on every frame of the game
-- dt stands for "delta time", and holds the time in seconds since the last call to OnControlPhase
LevelFuncs.OnControlPhase = function(dt) end
LevelFuncs.OnLoop = function(dt) end
-- Called when level is ended, either after leveljump, quitting to title or loading game
LevelFuncs.OnEnd = function() end