summaryrefslogtreecommitdiffhomepage
path: root/Racing-Game/4WheelCar/CarProperties.gd
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2020-03-19 04:21:06 -0400
committerrealtradam <[email protected]>2020-03-19 04:21:06 -0400
commit727bd8009e3e1392d61f39326cf5a47e69af8cae (patch)
treed48c54528ec051d1394de91a283df6a6f197f19b /Racing-Game/4WheelCar/CarProperties.gd
parentaf6441b9b8b93e0b6abb16ec924e90a16e017a96 (diff)
downloadoptimal-direction-727bd8009e3e1392d61f39326cf5a47e69af8cae.tar.gz
optimal-direction-727bd8009e3e1392d61f39326cf5a47e69af8cae.zip
made steering based on actual wheel angle
Diffstat (limited to 'Racing-Game/4WheelCar/CarProperties.gd')
-rw-r--r--Racing-Game/4WheelCar/CarProperties.gd3
1 files changed, 0 insertions, 3 deletions
diff --git a/Racing-Game/4WheelCar/CarProperties.gd b/Racing-Game/4WheelCar/CarProperties.gd
index c4a5ad5..4374de5 100644
--- a/Racing-Game/4WheelCar/CarProperties.gd
+++ b/Racing-Game/4WheelCar/CarProperties.gd
@@ -8,9 +8,6 @@ var steerMinimum = 1
var hp = 4.0
var acceleration = 5
-# Declare member variables here. Examples:
-# var a = 2
-# var b = "text"
# Called when the node enters the scene tree for the first time.