-
Notifications
You must be signed in to change notification settings - Fork 0
Specs
Guema edited this page Nov 24, 2015
·
14 revisions
Specifications are a description of what each component is amtempted to be, and how Arcanix should work.
The unit component is a central and very important component.
This is one of the most configurable components, allowing creating very different type of units. The Unit is :
- A identifier system, with strings, factions, and team system
- A system of ressource list, who can manage ressources like Health points, but also mana and bullets or anything you want.
- A moving system, with methods to move in different ways and a system of speed and movement type, framerate robust.
- It is Network robust, and auto manage authority.
The Unit IS NOT :
- Interracting with player input
- A Player Controller system
- A Camera Controller system