summaryrefslogtreecommitdiffhomepage
path: root/Racing-Game/4WheelCar/Wheels/WheelCreation.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Racing-Game/4WheelCar/Wheels/WheelCreation.gd')
-rw-r--r--Racing-Game/4WheelCar/Wheels/WheelCreation.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Racing-Game/4WheelCar/Wheels/WheelCreation.gd b/Racing-Game/4WheelCar/Wheels/WheelCreation.gd
index 06f354e..c656b7c 100644
--- a/Racing-Game/4WheelCar/Wheels/WheelCreation.gd
+++ b/Racing-Game/4WheelCar/Wheels/WheelCreation.gd
@@ -25,7 +25,7 @@ func createWheel(locX, locY, type):
wheeltemp.set_position(Vector2(locX,locY))
add_child(wheeltemp)
wheeltemp.initVars(locX,locY)
-
+
# add_child(tempA)
elif(type == "back"):
var wheeltemp_resource = load("res://4WheelCar/Wheels/BackWheel.tscn")