mirror of
https://github.com/csd4ni3l/shatterstack.git
synced 2026-01-01 12:33:48 +01:00
add combos, use Roboto instead of Proton Strike, update for better constants, add break sound effect
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user