save/load kinda mostly working but fixtures are not getting their sprites back

This commit is contained in:
minjaesong
2021-09-06 17:31:37 +09:00
parent ec08f8d07e
commit 1accf985e7
29 changed files with 230 additions and 126 deletions

View File

@@ -188,7 +188,7 @@ object SanicLoadScreen : LoadScreenBase() {
// log messages
it.color = messageForegroundColour
messages.forEachIndexed { i, s ->
messages.reversed().forEachIndexed { i, s ->
AppLoader.fontGame.draw(it,
s,
AppLoader.screenSize.tvSafeGraphicsWidth + 16f,
@@ -213,7 +213,7 @@ object SanicLoadScreen : LoadScreenBase() {
// log messages
it.color = messageForegroundColour
messages.forEachIndexed { i, s ->
messages.reversed().forEachIndexed { i, s ->
AppLoader.fontGame.draw(it,
s,
AppLoader.screenSize.tvSafeGraphicsWidth + 16f,