summaryrefslogtreecommitdiffhomepage
path: root/Racing-Game/4WheelCar/WheelCreation.gd
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2020-03-19 03:28:23 -0400
committerrealtradam <[email protected]>2020-03-19 03:28:23 -0400
commit57c5f73d0d957dc426d922d591fa5a0dd1452892 (patch)
tree490e1eaf130d7c3eab82c34505e1153d4837d002 /Racing-Game/4WheelCar/WheelCreation.gd
parent2e7c27e3934fd9c73f7e6cd414a50a9a17e1669c (diff)
downloadoptimal-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.gd5
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.