This commit is contained in:
2021-10-31 13:43:54 +00:00
parent 8dd6379d8e
commit 49db8f804e
3 changed files with 19 additions and 13 deletions
+6 -1
View File
@@ -2,7 +2,12 @@
Creation of particles in the world.
-}
module Dodge.WorldEvent.SpawnParticle
where
( createSparkCol
, makeGasCloud
, aFlameParticle
, makeFlameletTimed
, makeTeslaArcAt
) where
import Dodge.Data
import Dodge.Data.DamageType
import Dodge.Data.SoundOrigin