forked from team-sg/hero-mark-2
fixed bug where hellarcher would turn into skelarcher
This commit is contained in:
parent
d3f2500f20
commit
e248521ae0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
[ext_resource path="res://objects/enemy/skelarcher.tscn" type="PackedScene" id=1]
|
[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]
|
[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"]
|
[node name="Sprite" parent="." index="0"]
|
||||||
texture = ExtResource( 2 )
|
texture = ExtResource( 2 )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue