editor progress, generic keybinds, player coyote value, cursed book entity, level changes, camera adjustments

This commit is contained in:
lustlion
2022-01-29 08:49:45 +01:00
parent 90ed1f6460
commit a1bf842cef
41 changed files with 387 additions and 154 deletions

View File

@@ -18,8 +18,8 @@ end
function GameDraw()
GameworldDrawPrepare()
GameworldDrawBackground()
GameworldDrawParticles()
GameworldDrawBackground()
GameworldDrawEntities()
GameworldDrawForeground()
GameworldDrawEnd()