aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts
diff options
context:
space:
mode:
authorLibravatar perivesta <>2023-07-08 10:18:16 +0200
committerLibravatar perivesta <>2023-07-08 10:18:16 +0200
commitf7fd3f9dacf87e4d6f95aa0fdbb0bdb309bdbc3a (patch)
tree811dc1c96117ad4f3e5be5ac2b227c003e563c51 /Scripts
parent9ab7bc4c1e8bb266de9f100213e4036b1cd83c11 (diff)
download2023-f7fd3f9dacf87e4d6f95aa0fdbb0bdb309bdbc3a.tar.gz
2023-f7fd3f9dacf87e4d6f95aa0fdbb0bdb309bdbc3a.tar.bz2
2023-f7fd3f9dacf87e4d6f95aa0fdbb0bdb309bdbc3a.zip
move/rename scene
Diffstat (limited to 'Scripts')
-rw-r--r--Scripts/car_behaviour.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/car_behaviour.gd b/Scripts/car_behaviour.gd
index c90fe05..b71ebb6 100644
--- a/Scripts/car_behaviour.gd
+++ b/Scripts/car_behaviour.gd
@@ -1,7 +1,7 @@
extends StaticBody2D
# editor variables
-@export var max_speed = 3500
+@export var max_speed = 300
@export var steer_force = 0.1
@export var look_ahead = 75
@export var num_rays = 32