diff options
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. |
