diff --git a/lib/game/sitemode/camera.dart b/lib/game/sitemode/camera.dart index 680b2b5..61ee6e3 100644 --- a/lib/game/sitemode/camera.dart +++ b/lib/game/sitemode/camera.dart @@ -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("+"); }