mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 07:44:17 +00:00
Fix coin outline
This commit is contained in:
parent
377c6e3d00
commit
00018399b7
1 changed files with 5 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue