0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 07:53:43 +00:00

Amend: depricated note for Entity:ENEMIES

This commit is contained in:
Benedikt Galbavy 2024-02-03 16:55:52 +01:00
parent 75189645d0
commit 63644b4759

View File

@ -40,7 +40,7 @@ public:
{
MAPTILES, //!< Entity using TileComponent
PLAYERS, //!< Primary entity in player controll
ENEMIES, //!< \deprecated All players now grouped as player
ENEMIES, //!< \deprecated All players now grouped as Entity::PLAYERS
COLLIDERS, //!< Fixed collider entity, e.g. a wall
PROJECTILE, //!< \todo Document
HEARTS, //!< \todo Document