mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-13 15:16:07 +09:00
wall-kick-jump WIP
This commit is contained in:
@@ -131,7 +131,9 @@ class BasicDebugInfoWindow : UICanvas() {
|
||||
"${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.colliding) "$ccR" else "$ccG"}${0x08.toChar()}"
|
||||
"${if (player.colliding) "$ccR" else "$ccG"}${0x08.toChar()} " +
|
||||
"${if (player.jumping) "$ccG" else "$ccK"}JMP" +
|
||||
"${if (player.isJumpDown) "$ccG" else "$ccK"}KEY"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user