1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-25 09:04:19 +00:00

Fix coin_copper outline z order

This commit is contained in:
Steffo 2023-10-02 03:15:19 +02:00
parent 852f8cc0ea
commit e47898491f
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -27,7 +27,7 @@ texture_filter = 1
texture = ExtResource("2_4pvkj") texture = ExtResource("2_4pvkj")
[node name="Outline" type="Sprite2D" parent="CollisionShape2D"] [node name="Outline" type="Sprite2D" parent="CollisionShape2D"]
z_index = -10 z_index = -1
texture_filter = 1 texture_filter = 1
texture = ExtResource("3_dq1f7") texture = ExtResource("3_dq1f7")