Looping Explosions Sample
Left click to place a bomb. It will explode on the next snare beat!
Last updated
Left click to place a bomb. It will explode on the next snare beat!
Last updated
ExplosionBombPlacer.cs is a pretty simple script that just spawns a prefab on the mouse position instantly.
ExplosionBomb.cs calls BeatSequencer.CallOnNextInstrumentStep()
to explode the bomb prefab on the next snare hit and spawn a particle system.