mirror of
https://github.com/csd4ni3l/shatterstack.git
synced 2026-01-01 04:23:48 +01:00
Update shapes to make the game easier
This commit is contained in:
@@ -56,15 +56,9 @@ SHAPES = {
|
||||
"J_R1": [(0, 0), (0, 1), (1, 1), (2, 1)],
|
||||
"J_R2": [(0, 0), (1, 0), (0, 1), (0, 2)],
|
||||
"J_R3": [(0, 0), (1, 0), (2, 0), (2, 1)],
|
||||
"S": [(1, 0), (2, 0), (0, 1), (1, 1)],
|
||||
"S_R1": [(0, 0), (0, 1), (1, 1), (1, 2)],
|
||||
"Z": [(0, 0), (1, 0), (1, 1), (2, 1)],
|
||||
"Z_R1": [(1, 0), (0, 1), (1, 1), (0, 2)],
|
||||
"BLOB": [
|
||||
(0, 0), (1, 0), (2, 0),
|
||||
(0, 1), (1, 1), (2, 1),
|
||||
(0, 2), (1, 2), (2, 2)
|
||||
],
|
||||
"LINE1": [(0, 0)],
|
||||
"LINE2": [(0, 0), (1, 0)],
|
||||
"LINE3": [(0, 0), (1, 0), (2, 0)],
|
||||
}
|
||||
|
||||
COLORS = {
|
||||
|
||||
Reference in New Issue
Block a user