diff options
author | perivesta <> | 2023-07-08 21:41:51 +0200 |
---|---|---|
committer | perivesta <> | 2023-07-08 21:41:51 +0200 |
commit | 0d31b1a2bd4658263d957971a3877ef30383eac2 (patch) | |
tree | 2dcc4a9d10d2ca3c90c55865799a46414abf3336 /Scripts/scene_control.gd | |
parent | 9d03b489eedeb69b1330e6b627400d853dd7547a (diff) | |
download | 2023-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.gd | 1 |
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 |