Transition to new room datatypes, first separate out/inlinks
This commit is contained in:
@@ -32,11 +32,10 @@ twinSlowDoorRoom
|
||||
-> Room
|
||||
twinSlowDoorRoom w h x = defaultRoom
|
||||
{ _rmPolys = ps
|
||||
, _rmLinks =
|
||||
, _rmOutLinks =
|
||||
[ (V2 w (h/2) , negate $ pi/2)
|
||||
, (V2 (-w) (h/2) , pi/2)
|
||||
, (V2 0 (-h), pi)
|
||||
]
|
||||
, (V2 (-w) (h/2) , pi/2) ]
|
||||
, _rmInLinks = [ (V2 0 (-h), pi) ]
|
||||
, _rmPath = []
|
||||
, _rmPmnts =
|
||||
[ pContID (PS (V2 0 (h-5)) pi) ( PutButton $ makeButton col id)
|
||||
|
||||
Reference in New Issue
Block a user