mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-07 09:31:16 +00:00
Enemy state machine
This commit is contained in:
parent
b9b8834bc2
commit
ef6c240e8e
37 changed files with 545 additions and 36 deletions
|
|
@ -129,7 +129,6 @@ EquippedWeapon = NodePath("../EnemyWeapon")
|
|||
_playerDetection = NodePath("../PlayerDetection")
|
||||
|
||||
[node name="PlayerDetection" type="Area2D" parent="."]
|
||||
visible = false
|
||||
collision_layer = 0
|
||||
collision_mask = 2
|
||||
script = ExtResource("8_m5ma3")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue