-
Notifications
You must be signed in to change notification settings - Fork 0
Dev
Location:
Scripts/Geos/Shield.cs
Location:
Scripts/Terrain/planeCollision.cs
The abstact interface that handles all AI logic. More functions should be added here if we ant the AI to do more special things.
This interface controls all behaviour for AI. To make an AI, define it's Action functions and call them successively in Update().
This is the base interface for all geometric objects in the game, ie all AI and the player.
This bad boy is attached to a GameObject, sits there, and waits to be called in DotSpawner.Kill() when an AI dies.
This acts as a programatic spawner for all Projectiles.
This interface handles the spawning for all AI
Each piece of geometry has a weapon, think of player in Call of Duty has a gun.
ECS 189L Group Members- Megan Brown, Brian Coe, David Lee, Kyle Catapusan, Nick Stapleton