Add looping sound, add sound to terminals
This commit is contained in:
@@ -41,8 +41,8 @@ tanksRoom crs its = do
|
||||
girderPosOrder <- shuffle [1 .. nwestlnks - 2]
|
||||
let plmnts =
|
||||
--ok, this has become complicated
|
||||
foldr1 setFallback [ twoRoomPoss (const . isUnusedLinkType (FromSouth i))
|
||||
(const . isUnusedLinkType (FromSouth i)) $ \ps1 ps2 ->
|
||||
foldr1 setFallback [ twoRoomPoss (isUnusedLnkType (FromSouth i))
|
||||
(isUnusedLnkType (FromSouth i)) $ \ps1 ps2 ->
|
||||
sps0 $ PutShape $ girderV 96 20 10 (_psPos ps1) (_psPos ps2)
|
||||
| i <- girderPosOrder]
|
||||
: map (\it -> sps0 (PutFlIt it) & plSpot .~ anyUnusedSpot) its
|
||||
|
||||
Reference in New Issue
Block a user