diff options
author | perivesta <> | 2023-07-09 17:22:56 +0200 |
---|---|---|
committer | perivesta <> | 2023-07-09 17:22:56 +0200 |
commit | 9a0e01f91ae85f0c812aa02f9586ab7fd3f7153d (patch) | |
tree | fafc525dce42e8ef5be81a862cf1f4849b121fee /Scripts/scene_control.gd | |
parent | ed34022bfcee20f8679927dcbd360679cd645db4 (diff) | |
parent | 7f04ec29e49a3aa4bf816faf1175cdedb5bcc2c1 (diff) | |
download | 2023-9a0e01f91ae85f0c812aa02f9586ab7fd3f7153d.tar.gz 2023-9a0e01f91ae85f0c812aa02f9586ab7fd3f7153d.tar.bz2 2023-9a0e01f91ae85f0c812aa02f9586ab7fd3f7153d.zip |
Merge branch 'master' of bunny.garden:jam/gmtk/2023
Diffstat (limited to 'Scripts/scene_control.gd')
-rw-r--r-- | Scripts/scene_control.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Scripts/scene_control.gd b/Scripts/scene_control.gd index c4d42ec..453853c 100644 --- a/Scripts/scene_control.gd +++ b/Scripts/scene_control.gd @@ -64,6 +64,7 @@ func reset_level(): car.global_position = start.global_position car.global_rotation = start.rotation; + car.velocity = Vector2.ZERO current_time = 0.0 |