mirror of
https://github.com/kristoferssolo/Tetris.git
synced 2026-03-22 00:36:20 +00:00
tweak movement delay
This commit is contained in:
@@ -22,7 +22,7 @@ class Game:
|
|||||||
pos: Vec2 = Vec2(padding, padding)
|
pos: Vec2 = Vec2(padding, padding)
|
||||||
offset: Vec2 = Vec2(columns // 2, -1)
|
offset: Vec2 = Vec2(columns // 2, -1)
|
||||||
initial_speed: float | int = 300
|
initial_speed: float | int = 300
|
||||||
movment_delay: int = 100
|
movment_delay: int = 150
|
||||||
rotation_delay: int = 200
|
rotation_delay: int = 200
|
||||||
drop_delay: int = 200
|
drop_delay: int = 200
|
||||||
score: dict[int, int] = {1: 40, 2: 100, 3: 300, 4: 1200}
|
score: dict[int, int] = {1: 40, 2: 100, 3: 300, 4: 1200}
|
||||||
|
|||||||
Reference in New Issue
Block a user