Make some particles unimportant objects

This commit is contained in:
Arceveti
2021-09-25 12:31:37 -07:00
parent b9e8fe1b10
commit bf3828b724
7 changed files with 15 additions and 17 deletions

View File

@@ -60,7 +60,7 @@ extern const BehaviorScript bhvThreeCoinsSpawn[];
extern const BehaviorScript bhvTenCoinsSpawn[];
extern const BehaviorScript bhvSingleCoinGetsSpawned[];
extern const BehaviorScript bhvCoinSparkles[];
extern const BehaviorScript bhvGoldenCoinSparkles[];
extern const BehaviorScript bhvCoinSparklesSpawner[];
extern const BehaviorScript bhvWallTinyStarParticle[];
extern const BehaviorScript bhvVertStarParticleSpawner[];
extern const BehaviorScript bhvPoundTinyStarParticle[];