diff options
Diffstat (limited to 'Racing-Game/4WheelCar/Wheel.gd')
| -rw-r--r-- | Racing-Game/4WheelCar/Wheel.gd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Racing-Game/4WheelCar/Wheel.gd b/Racing-Game/4WheelCar/Wheel.gd index 88ab9b1..49024fb 100644 --- a/Racing-Game/4WheelCar/Wheel.gd +++ b/Racing-Game/4WheelCar/Wheel.gd @@ -28,8 +28,6 @@ func initVars(dataArray): # #---Creating and attaching pinjoint to wheel var tempA = PinJoint2D.new() tempA.set_position(Vector2(dataArray[0],dataArray[1])) -# var tempB = Sprite.new() - print(get_parent().get_parent().get_path()) tempA.set_node_a(get_path()) tempA.set_node_b(get_parent().get_parent().get_path()) tempA.softness = 0 |
