Tweak dual beams
This commit is contained in:
@@ -525,6 +525,10 @@ data Beam = Beam
|
||||
data BeamType
|
||||
= BeamCombine
|
||||
{_beamCombine :: (Point2 , (Point2,Point2,Beam) , (Point2,Point2,Beam)) -> World -> World}
|
||||
| BeamItemParamsCombine
|
||||
{_beamCombine :: (Point2 , (Point2,Point2,Beam) , (Point2,Point2,Beam)) -> World -> World
|
||||
,_beamItemParams :: ItemParams
|
||||
}
|
||||
| BeamSimple
|
||||
|
||||
{- Objects without ids.
|
||||
|
||||
Reference in New Issue
Block a user