From 823877510422f6ce2952de5cc40edd0d62d813e4 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Wed, 17 Jan 2024 10:51:08 +0200 Subject: Adding BadBot for hinting. --- tui/static.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tui') 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)] ) } -- cgit v1.2.3