|
VEGO-Engine
0.1
|
Some functions in entity class are only supposed to be called in specific context, which might be valid uses for friend keyword. Example: Entity() should only be called from Manager::addEntity(). Verify each functions intended use/scope.
Label used in singular entity shouldn't use plural
HEARTS are rendered above POWERUPS, missleading order
PROJECTILE are rendered above POWERUPS, missleading order
Generalize HEARTS as UI or similar
friend to Entity friend to Entity