Improve debris slightly

This commit is contained in:
2026-03-31 21:57:15 +01:00
parent 5701261ace
commit 074d354970
8 changed files with 227 additions and 210 deletions
+1
View File
@@ -12,6 +12,7 @@ module Dodge.Data.Machine (
module Dodge.Data.GenParams,
) where
import Color.Data
import ShortShow
import Dodge.Data.AmmoType
import Control.Lens
+1
View File
@@ -21,6 +21,7 @@ data Prop = ShapeProp
data DebrisType
= Gib { _gibSize :: Float , _gibColor :: Color }
| BlockDebris {_bdColor :: Color}
| MetalDebris {_bdColor :: Color}
data Debris = DebrisChunk
{ _dbPos :: Point3