Add Floaty text particles

This commit is contained in:
2024-02-07 17:58:55 +01:00
parent 6c1d0dfdb2
commit e595ec9333
7 changed files with 91 additions and 13 deletions

View File

@@ -37,6 +37,12 @@ void setAIBehaviour(ecs_entity_t entity, const BzBTNode *root,
* Animation Systems
**********************************/
/*
* 0: Game (singleton for Font)
* 1: FloatyTextParticle
*/
void renderFloatyTextParticle(ecs_iter_t *it);
/*
* 1: ParticleEmitter
*/