summaryrefslogtreecommitdiffhomepage
path: root/Racing-Game/4WheelCar
diff options
context:
space:
mode:
Diffstat (limited to 'Racing-Game/4WheelCar')
-rw-r--r--Racing-Game/4WheelCar/Weight/Weight.tscn1
-rw-r--r--Racing-Game/4WheelCar/Wheels/BackWheel.tscn2
-rw-r--r--Racing-Game/4WheelCar/Wheels/FrontWheel.tscn2
3 files changed, 3 insertions, 2 deletions
diff --git a/Racing-Game/4WheelCar/Weight/Weight.tscn b/Racing-Game/4WheelCar/Weight/Weight.tscn
index b3d89ff..fe8e302 100644
--- a/Racing-Game/4WheelCar/Weight/Weight.tscn
+++ b/Racing-Game/4WheelCar/Weight/Weight.tscn
@@ -20,4 +20,5 @@ __meta__ = {
}
[node name="Sprite" type="Sprite" parent="."]
+visible = false
texture = ExtResource( 2 )
diff --git a/Racing-Game/4WheelCar/Wheels/BackWheel.tscn b/Racing-Game/4WheelCar/Wheels/BackWheel.tscn
index c09eaca..e4c7c11 100644
--- a/Racing-Game/4WheelCar/Wheels/BackWheel.tscn
+++ b/Racing-Game/4WheelCar/Wheels/BackWheel.tscn
@@ -4,7 +4,6 @@
[ext_resource path="res://4WheelCar/Wheels/BackWheel.gd" type="Script" id=2]
[ext_resource path="res://Art(non-orig)/crosshair(isorig).png" type="Texture" id=3]
-
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 7.07375, 14.3787 )
@@ -26,4 +25,5 @@ disabled = true
script = ExtResource( 1 )
[node name="Sprite" type="Sprite" parent="."]
+visible = false
texture = ExtResource( 3 )
diff --git a/Racing-Game/4WheelCar/Wheels/FrontWheel.tscn b/Racing-Game/4WheelCar/Wheels/FrontWheel.tscn
index 25644a6..aee3b42 100644
--- a/Racing-Game/4WheelCar/Wheels/FrontWheel.tscn
+++ b/Racing-Game/4WheelCar/Wheels/FrontWheel.tscn
@@ -4,7 +4,6 @@
[ext_resource path="res://4WheelCar/Wheels/FrontWheel.gd" type="Script" id=2]
[ext_resource path="res://Art(non-orig)/crosshair(isorig).png" type="Texture" id=3]
-
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 6.93714, 14.1584 )
@@ -26,4 +25,5 @@ disabled = true
script = ExtResource( 1 )
[node name="Sprite" type="Sprite" parent="."]
+visible = false
texture = ExtResource( 3 )