Adding basic basic basic AI
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
<CharacterController2D />
|
||||
<BoxCollider />
|
||||
<EntityHealth />
|
||||
<EntityMove walkSpeed="30" />
|
||||
<EntityRandomWalk />
|
||||
|
||||
<child position="0, 0, -0.6">
|
||||
|
@ -5,6 +5,7 @@
|
||||
<CharacterController2D />
|
||||
<BoxCollider />
|
||||
<EntityHealth />
|
||||
<EntityMove moveSpeed="60" />
|
||||
<PlayerController ref="player" />
|
||||
|
||||
<child position="0, 0, -0.7">
|
||||
|
@ -6,4 +6,6 @@
|
||||
<BoxCollider />
|
||||
<EntityHealth />
|
||||
<HurtHazard />
|
||||
<EntityMove moveSpeed="20" />
|
||||
<EntityChargePlayer />
|
||||
</prefab>
|
Reference in New Issue
Block a user