aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts/scene_control.gd
diff options
context:
space:
mode:
authorLibravatar perivesta <>2023-07-08 21:41:51 +0200
committerLibravatar perivesta <>2023-07-08 21:41:51 +0200
commit0d31b1a2bd4658263d957971a3877ef30383eac2 (patch)
tree2dcc4a9d10d2ca3c90c55865799a46414abf3336 /Scripts/scene_control.gd
parent9d03b489eedeb69b1330e6b627400d853dd7547a (diff)
download2023-0d31b1a2bd4658263d957971a3877ef30383eac2.tar.gz
2023-0d31b1a2bd4658263d957971a3877ef30383eac2.tar.bz2
2023-0d31b1a2bd4658263d957971a3877ef30383eac2.zip
some bug fixes
Diffstat (limited to 'Scripts/scene_control.gd')
-rw-r--r--Scripts/scene_control.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/Scripts/scene_control.gd b/Scripts/scene_control.gd
index 7f0ba5e..f9bc40a 100644
--- a/Scripts/scene_control.gd
+++ b/Scripts/scene_control.gd
@@ -45,6 +45,7 @@ func get_path_next_position(pos):
return path_follow.position
func set_driving(driving: bool):
+ print('control driving: ' , driving)
car.driving = driving
is_driving = driving