From 00018399b727b04cbcf0fbe2d7816fe60e8e7e52 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 30 Sep 2023 19:20:51 +0200 Subject: [PATCH] Fix coin outline --- entity/coin_copper.tscn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/entity/coin_copper.tscn b/entity/coin_copper.tscn index 14759a1..6e6142f 100644 --- a/entity/coin_copper.tscn +++ b/entity/coin_copper.tscn @@ -15,14 +15,14 @@ collision_mask = 7 physics_material_override = SubResource("PhysicsMaterial_06g2i") continuous_cd = 1 +[node name="Outline" type="Sprite2D" parent="."] +z_index = -10 +texture_filter = 1 +texture = ExtResource("2_2ifq3") + [node name="Sprite" type="Sprite2D" parent="."] texture_filter = 1 texture = ExtResource("1_wedw1") -[node name="Outline" type="Sprite2D" parent="."] -z_index = 10 -texture_filter = 1 -texture = ExtResource("2_2ifq3") - [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource("RectangleShape2D_c6byl")