tweak movement delay

This commit is contained in:
Kristofers Solo 2024-01-06 17:23:46 +02:00
parent 126a49f38f
commit 6e5a7f3d61

View File

@ -22,7 +22,7 @@ class Game:
pos: Vec2 = Vec2(padding, padding)
offset: Vec2 = Vec2(columns // 2, -1)
initial_speed: float | int = 300
movment_delay: int = 100
movment_delay: int = 150
rotation_delay: int = 200
drop_delay: int = 200
score: dict[int, int] = {1: 40, 2: 100, 3: 300, 4: 1200}