fixed bug where hellarcher would turn into skelarcher

This commit is contained in:
pennyrigate 2023-04-28 19:39:29 -04:00
parent d3f2500f20
commit e248521ae0

View file

@ -3,7 +3,7 @@
[ext_resource path="res://objects/enemy/skelarcher.tscn" type="PackedScene" id=1]
[ext_resource path="res://graphics/enemy/hellarcher_shoot.png" type="Texture" id=2]
[node name="Skelarcher" instance=ExtResource( 1 )]
[node name="Hellarcher" instance=ExtResource( 1 )]
[node name="Sprite" parent="." index="0"]
texture = ExtResource( 2 )