Prop reification/splitting
This commit is contained in:
@@ -2,7 +2,6 @@ module Dodge.Data.WorldEffect where
|
||||
import Sound.Data
|
||||
import Geometry.Data
|
||||
import Dodge.Data.SoundOrigin
|
||||
|
||||
data WorldEffect = NoWorldEffect
|
||||
| SetTrigger Bool Int
|
||||
| WorldEffects [WorldEffect]
|
||||
@@ -21,3 +20,9 @@ data MdWdWd = MdWdId
|
||||
| MdSetLSCol Point3
|
||||
| MdFlickerUpdate
|
||||
deriving (Eq,Ord,Show,Read)
|
||||
data WdBl = WdTrig Int
|
||||
| WdBlDoorMoving Int
|
||||
deriving (Eq,Ord,Show,Read)
|
||||
data WdP2f = WdP2f0
|
||||
| WdP2fDoorPosition Int
|
||||
deriving (Eq,Ord,Show,Read)
|
||||
|
||||
Reference in New Issue
Block a user