gamegrid, falling, Tetrominos
This commit is contained in:
+10
-3
@@ -1,3 +1,10 @@
|
||||
# Set global width and height variables
|
||||
global width, height
|
||||
width, height = 800, 600
|
||||
|
||||
# Variables
|
||||
global height, width
|
||||
height, width = 600, 300
|
||||
|
||||
rows = 20
|
||||
cols = 10
|
||||
cell_size = 30
|
||||
|
||||
falling_speed = 5
|
||||
Reference in New Issue
Block a user