diff options
Diffstat (limited to 'Racing-Game/4WheelCar/Wheels/FrontWheel.tscn')
| -rw-r--r-- | Racing-Game/4WheelCar/Wheels/FrontWheel.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |
