- FIX: Ordenar correctament als actors en Z al començar un nivell

This commit is contained in:
2023-02-02 15:41:54 +01:00
parent 545dc96545
commit 1f4274f278
2 changed files with 6 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ game={
else
update=game.update
end
actors.sort()
fade.fadein()
end,