добавил нормально иконки, сделал реварды

This commit is contained in:
2023-01-28 11:51:05 +07:00
parent 06fc58f19e
commit ca9e0add34
5 changed files with 100 additions and 10 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ class Swamp:
self.cell_info = self.board[cell_coords[1]][cell_coords[0]]
except IndexError:
self.cell_info = self.board[-1][cell_coords[0]]
self.time_to_close = 10
self.time_to_close = 1
return cell_coords
if 0 <= mouse_pos[0] <= 40 and 0 <= mouse_pos[1] <= 40:
from modules.minigames.arkady import start