diff options
| author | realtradam <[email protected]> | 2022-02-19 09:19:01 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-02-19 09:19:01 -0500 |
| commit | a60fab92b6ad60000aae5b854ca6c2b3a435611c (patch) | |
| tree | 8e74b94fd549efba0123cfcece9943933aa5b0a0 /Racing-Game/4WheelCar | |
| parent | 727bd8009e3e1392d61f39326cf5a47e69af8cae (diff) | |
| download | optimal-direction-a60fab92b6ad60000aae5b854ca6c2b3a435611c.tar.gz optimal-direction-a60fab92b6ad60000aae5b854ca6c2b3a435611c.zip | |
a little cleanup for better presentation
Diffstat (limited to 'Racing-Game/4WheelCar')
| -rw-r--r-- | Racing-Game/4WheelCar/Weight/Weight.tscn | 1 | ||||
| -rw-r--r-- | Racing-Game/4WheelCar/Wheels/BackWheel.tscn | 2 | ||||
| -rw-r--r-- | Racing-Game/4WheelCar/Wheels/FrontWheel.tscn | 2 |
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 ) |
