add combos, use Roboto instead of Proton Strike, update for better constants, add break sound effect

This commit is contained in:
csd4ni3l
2025-06-17 16:49:16 +02:00
parent 71df0eae55
commit 03b4fbd7ac
11 changed files with 186 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
import arcade, random
from utils.constants import SHAPES, COLORS, CELL_SIZE, OUTLINE_WIDTH
import arcade
from utils.constants import SHAPES, CELL_SIZE, OUTLINE_WIDTH
class Shape():
def __init__(self, x, y, shape_type, shape_color, sprite_list: arcade.SpriteList):