Allow for easier mounted objects on doors
This commit is contained in:
@@ -18,7 +18,7 @@ data Prop = ShapeProp
|
||||
, _prUpdate :: PropUpdate
|
||||
, _prID :: Int
|
||||
, _prRot :: Float
|
||||
, _prToggle :: Bool
|
||||
-- , _prToggle :: Bool
|
||||
}
|
||||
|
||||
data DebrisType
|
||||
@@ -35,9 +35,6 @@ data Debris = DebrisChunk
|
||||
|
||||
data PropUpdate
|
||||
= PropUpdateId
|
||||
| PropUpdateAnd PropUpdate PropUpdate
|
||||
| PropRotate Float
|
||||
| PropSetToggleAnd WdBl PropUpdate
|
||||
| PropUpdates [PropUpdate]
|
||||
| PropUpdateLS Int PrWdLsLs
|
||||
| PropUpdatePosition WdP2f
|
||||
|
||||
Reference in New Issue
Block a user