Adding basic basic basic AI

This commit is contained in:
2023-03-30 19:31:05 -07:00
parent 3af0e0af00
commit af110f7c66
16 changed files with 175 additions and 36 deletions

View File

@ -5,6 +5,7 @@
<CharacterController2D />
<BoxCollider />
<EntityHealth />
<EntityMove walkSpeed="30" />
<EntityRandomWalk />
<child position="0, 0, -0.6">

View File

@ -5,6 +5,7 @@
<CharacterController2D />
<BoxCollider />
<EntityHealth />
<EntityMove moveSpeed="60" />
<PlayerController ref="player" />
<child position="0, 0, -0.7">

View File

@ -6,4 +6,6 @@
<BoxCollider />
<EntityHealth />
<HurtHazard />
<EntityMove moveSpeed="20" />
<EntityChargePlayer />
</prefab>