diff options
| author | realtradam <[email protected]> | 2020-03-19 04:21:06 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2020-03-19 04:21:06 -0400 |
| commit | 727bd8009e3e1392d61f39326cf5a47e69af8cae (patch) | |
| tree | d48c54528ec051d1394de91a283df6a6f197f19b /Racing-Game/4WheelCar/CarProperties.gd | |
| parent | af6441b9b8b93e0b6abb16ec924e90a16e017a96 (diff) | |
| download | optimal-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.gd | 3 |
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. |
