mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 15:03:47 +00:00
Fairy guard default sprite fix
This commit is contained in:
parent
5c7541e1dc
commit
7763ee80f6
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ Health = 2.0
|
||||||
|
|
||||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||||
sprite_frames = ExtResource("2_i2plx")
|
sprite_frames = ExtResource("2_i2plx")
|
||||||
animation = &"dead"
|
animation = &"down"
|
||||||
|
|
||||||
[node name="MovementProvider" type="Node2D" parent="."]
|
[node name="MovementProvider" type="Node2D" parent="."]
|
||||||
script = ExtResource("3_tum7w")
|
script = ExtResource("3_tum7w")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue