more minor changes

This commit is contained in:
minjaesong
2017-06-11 18:01:03 +09:00
parent 687a7f901e
commit 2ca8c2c263
20 changed files with 115 additions and 22 deletions

View File

@@ -111,7 +111,8 @@ class BasicDebugInfoWindow : UICanvas {
"${if (player.walledLeft) "$ccR" else "$ccG"}L" +
"${if (player.walledBottom) "$ccR" else "$ccG"}${0x1F.toChar()}" +
"${if (player.walledTop) "$ccR" else "$ccG"}${0x1E.toChar()}" +
"${if (player.walledRight) "$ccR" else "$ccG"}R"
"${if (player.walledRight) "$ccR" else "$ccG"}R" +
"${if (player.colliding) "$ccR" else "$ccG"}${0x08.toChar()}"
)
}