mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 10:34:06 +09:00
save/load kinda mostly working but fixtures are not getting their sprites back
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user