Move sparks into dedicated datatype

This commit is contained in:
2022-07-18 12:15:05 +01:00
parent 13f2255ba7
commit 5495d33389
16 changed files with 99 additions and 104 deletions
+1
View File
@@ -43,6 +43,7 @@ defaultWorld = World
, _bullets = []
, _instantParticles = []
, _particles = []
, _sparks = []
, _radarBlips = []
, _flares = []
, _newBeams = WorldBeams [] [] [] []