feat: randomization-free landing particles

This commit is contained in:
Fireblade
2026-08-02 18:11:23 -04:00
parent f8a4de8afd
commit 8d3e02bc1f
11 changed files with 144 additions and 54 deletions
+3
View File
@@ -20,4 +20,7 @@ public:
static const ParticleType* byId(int id);
static const ParticleType* getDefault();
static const ParticleType* blockdust;
static const ParticleType* blockcrack;
};