Render walls at half height for now
This commit is contained in:
parent
e3e43f0223
commit
7fc65b49c2
@ -114,7 +114,7 @@ extension CameraParts on SiteMode {
|
||||
cursorAbove.big().fg(colorExit).puts("X");
|
||||
case LevelTile.wall:
|
||||
cursorAbove.fg(colorWall).puts("██");
|
||||
cursorBelow.fg(colorWallInner).puts("░░");
|
||||
cursorBelow.small().fg(colorWallInner).puts("░░");
|
||||
case LevelTile.closedDoor:
|
||||
cursorAbove.big().fg(colorDoor).puts("+");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user