Work on gibs and chasms

This commit is contained in:
2025-08-01 09:39:13 +01:00
parent 7110ddb7a6
commit eeb7c8ac88
22 changed files with 586 additions and 373 deletions
+1
View File
@@ -104,6 +104,7 @@ data LWorld = LWorld
, _dusts :: [Dust]
, _gusts :: IM.IntMap Gust
, _props :: IM.IntMap Prop
, _debris :: [Debris]
, _projectiles :: IM.IntMap Projectile
, _bullets :: [Bullet]
, _radarSweeps :: [RadarSweep]