Testing some enemies

This commit is contained in:
2023-03-30 18:29:56 -07:00
parent 7bfc067e27
commit 3af0e0af00
22 changed files with 374 additions and 71 deletions

View File

@ -0,0 +1,9 @@
<prefab name="Urchin" type="">
<MeshRenderer />
<CapsuleMeshHost />
<SimpleTexturedMaterial ref="material" />
<CharacterController2D />
<BoxCollider />
<EntityHealth />
<HurtHazard />
</prefab>