mirror of
https://github.com/csd4ni3l/shatterstack.git
synced 2026-01-01 04:23:48 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user