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/Wheels/FrontWheel.tscn | |
| 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/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 ) |
