Added temporary game over mechanic (just reloads the scene right now)

This commit is contained in:
KingGurke 2023-10-01 09:49:47 +02:00
parent cf0fbfa45f
commit fa2d82475b
3 changed files with 18 additions and 2 deletions

View file

@ -11,6 +11,7 @@ script = ExtResource("1_g4ij8")
turn_speed = 0.8
brake_strength = 600.0
drift_factor = 1.2
camera_offset = 200.0
camera = NodePath("Camera2D")
[node name="Sprite2D" type="Sprite2D" parent="."]