Move flame into its own datatype

This commit is contained in:
2022-07-18 22:41:40 +01:00
parent c14b3ff787
commit 54ba0fbedc
29 changed files with 444 additions and 318 deletions
+1
View File
@@ -43,6 +43,7 @@ defaultWorld = World
, _bullets = []
, _instantParticles = []
, _particles = []
, _flames = []
, _sparks = []
, _radarBlips = []
, _flares = []