fireworks updated

This commit is contained in:
2025-11-23 17:11:37 +01:00
parent 6176e07ef1
commit d5fdae397d
2 changed files with 91 additions and 28 deletions

View File

@ -77,6 +77,8 @@ public:
int type;
float life, maxLife;
float size;
int generation = 0; // 0 = primary, 1 = secondary, 2 = tertiary
bool hasExploded = false; // Track if this particle has spawned children
};
struct TetrisFirework {