Update New_Level.lua

This commit is contained in:
Jakub 2023-12-20 20:58:51 +00:00 committed by GitHub
parent 6a3ede73eb
commit 59187f4db6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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