made some changes to enemies i dunno
This commit is contained in:
parent
5f6968a7e9
commit
e40e3de653
4 changed files with 54 additions and 14 deletions
|
@ -120,9 +120,11 @@ anims/idle = SubResource( 19 )
|
|||
anims/shoot = SubResource( 20 )
|
||||
|
||||
[node name="ArrowSpawnR" type="Position2D" parent="."]
|
||||
visible = false
|
||||
position = Vector2( 9, 2 )
|
||||
|
||||
[node name="ArrowSpawnL" type="Position2D" parent="."]
|
||||
visible = false
|
||||
position = Vector2( -9, 2 )
|
||||
|
||||
[connection signal="area_entered" from="Hitbox" to="." method="_on_Hitbox_area_entered"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue