summaryrefslogtreecommitdiff
path: root/tui/static.py
diff options
context:
space:
mode:
Diffstat (limited to 'tui/static.py')
-rw-r--r--tui/static.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tui/static.py b/tui/static.py
index 98b6985..391e3f1 100644
--- a/tui/static.py
+++ b/tui/static.py
@@ -67,8 +67,8 @@ TileTypes = {
7: TileType( "[7]", [(0x9,0), (0x9,0), (0x9,0)] ),
8: TileType( "[8]", [(0x9,0), (0x9,0), (0x9,0)] ),
9: TileType( "[@]", [(0xF,1), (0xF,1), (0xF,1)] ),
- 10: TileType( "[#]", [(0x8,7), (0x8,7), (0x8,7)] ),
- 11: TileType( "[×]", [(0x8,7), (0x1,7), (0x8,7)] ),
- 12: TileType( "[•]", [(0x8,7), (0x2,7), (0x8,7)] ),
+ 10: TileType( "[×]", [(0x8,7), (0x1,7), (0x8,7)] ),
+ 11: TileType( "[•]", [(0x8,7), (0x2,7), (0x8,7)] ),
+ 12: TileType( "[#]", [(0x8,7), (0x8,7), (0x8,7)] ),
13: TileType( "[?]", [(0x8,7), (0x0,7), (0x8,7)] )
}