mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-21 23:34:18 +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")
|
physics_material_override = SubResource("PhysicsMaterial_06g2i")
|
||||||
continuous_cd = 1
|
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="."]
|
[node name="Sprite" type="Sprite2D" parent="."]
|
||||||
texture_filter = 1
|
texture_filter = 1
|
||||||
texture = ExtResource("1_wedw1")
|
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="."]
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||||
shape = SubResource("RectangleShape2D_c6byl")
|
shape = SubResource("RectangleShape2D_c6byl")
|
||||||
|
|
Loading…
Reference in a new issue