fixed map; hookshots circle is now drawn on background

This commit is contained in:
lustlion
2022-02-18 13:21:10 +01:00
parent 37d44ce0a2
commit 192b1e6ca0
5 changed files with 24 additions and 4 deletions

View File

@@ -66,14 +66,22 @@ end
function GameDraw()
-- prepare
GameworldDrawPrepare()
-- background
GameworldDrawBackground()
GameworldDrawEntitiesBackground()
-- foreground
GameworldDrawForeground()
if LevelData.properties.darkness then
GameworldDrawLighting()
end
GameworldDrawParticles()
GameworldDrawEntities()
-- end
GameworldDrawEnd()
-- hud