Do not recreate tiles, just set colors and keep a different tile_grid variable to know which is empty and which is not, fix a pretty annoying bug which took a lot of time to figure out, make combos move-based, so you have 3 left before it is removed.

This commit is contained in:
csd4ni3l
2025-07-01 22:39:44 +02:00
parent e7d9d67475
commit e877edcdf6
2 changed files with 71 additions and 70 deletions

View File

@@ -7,7 +7,7 @@ menu_background_color = (30, 30, 47)
log_dir = 'logs'
discord_presence_id = 1360953272843632680
COMBO_TIME = 5
COMBO_MOVES = 3
CELL_SIZE = 80
ROWS = 8
COLS = 8