Enemy Dust Effect + Flying enemy aggro
This commit is contained in:
parent
3d940d26c0
commit
930ff3e2bb
5 changed files with 65 additions and 4 deletions
|
@ -47,16 +47,17 @@ shape = SubResource( 1 )
|
|||
autoplay = "Fly"
|
||||
anims/Fly = SubResource( 2 )
|
||||
|
||||
[node name="Hurtbox" parent="." index="3"]
|
||||
collision_layer = 8
|
||||
collision_mask = 0
|
||||
|
||||
[node name="Collider" parent="Hurtbox" index="0"]
|
||||
shape = SubResource( 3 )
|
||||
|
||||
[node name="Collider" parent="Hitbox" index="0"]
|
||||
shape = SubResource( 4 )
|
||||
|
||||
[node name="VisibilityNotifier2D" type="VisibilityNotifier2D" parent="." index="6"]
|
||||
position = Vector2( 7.15256e-07, -2.5 )
|
||||
scale = Vector2( 0.7, 0.65 )
|
||||
[connection signal="screen_entered" from="VisibilityNotifier2D" to="." method="_on_VisibilityNotifier2D_screen_entered"]
|
||||
|
||||
[editable path="Hurtbox"]
|
||||
|
||||
[editable path="Hitbox"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue