State changes in entities or components
- by GriffinHeart
I'm having some trouble figuring how to deal with state management in my entities.
I don't have trouble with Game state management, like pause and menus, since these are not handled as an entity component system; just with state in entities/components.
Drawing from Orcs Must Die as an example, I have my MainCharacter and Trap entities which only…