diff options
| author | realtradam <[email protected]> | 2020-03-19 03:28:23 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2020-03-19 03:28:23 -0400 |
| commit | 57c5f73d0d957dc426d922d591fa5a0dd1452892 (patch) | |
| tree | 490e1eaf130d7c3eab82c34505e1153d4837d002 /Racing-Game/4WheelCar/WheelCreation.gd | |
| parent | 2e7c27e3934fd9c73f7e6cd414a50a9a17e1669c (diff) | |
| download | optimal-direction-57c5f73d0d957dc426d922d591fa5a0dd1452892.tar.gz optimal-direction-57c5f73d0d957dc426d922d591fa5a0dd1452892.zip | |
made weight distribution also more modular
Diffstat (limited to 'Racing-Game/4WheelCar/WheelCreation.gd')
| -rw-r--r-- | Racing-Game/4WheelCar/WheelCreation.gd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Racing-Game/4WheelCar/WheelCreation.gd b/Racing-Game/4WheelCar/WheelCreation.gd index 7c6b192..6be1a26 100644 --- a/Racing-Game/4WheelCar/WheelCreation.gd +++ b/Racing-Game/4WheelCar/WheelCreation.gd @@ -1,9 +1,8 @@ extends Node -# Declare member variables here. Examples: -# var a = 2 -# var b = "text" +# This script creates and attaches all the wheels. Depending on the variables +# given to this script, it can generate different type of vehicles # Called when the node enters the scene tree for the first time. |
