Allow chunk debris to fall down chasms
This commit is contained in:
@@ -44,7 +44,7 @@ data DebrisType =
|
||||
Gib {_gibSize :: Float
|
||||
,_gibColor :: Color
|
||||
}
|
||||
| BlockDebris {_bdMaterial :: Material}
|
||||
| BlockDebris {_bdColor :: Color}
|
||||
|
||||
data Debris = DebrisChunk
|
||||
{ _dbPos :: Point3
|
||||
@@ -54,7 +54,7 @@ data Debris = DebrisChunk
|
||||
, _dbSpin :: Q.Quaternion Float
|
||||
}
|
||||
|
||||
data PropType = FallingBlock Material
|
||||
--data PropType = FallingBlock Material
|
||||
|
||||
data PropDraw
|
||||
= PropDrawSPic SPic
|
||||
|
||||
Reference in New Issue
Block a user