Allow for left click to start and pause reloading when aiming
This commit is contained in:
@@ -41,12 +41,5 @@ initialWorld = defaultWorld
|
||||
}
|
||||
|
||||
testStringInit :: World -> [String]
|
||||
testStringInit = const [] -- map (show . _mcTermMID) . IM.elems . _machines
|
||||
--testStringInit w = [show $ _cameraZoom w]
|
||||
--testStringInit = (:[]) . show . _testFloat
|
||||
--testStringInit = map (concatMap $ \(_,ct,_,_) -> show ct) . invertListInvMult . yourInv
|
||||
--testStringInit w = fmap (show . _crHammerPosition) . IM.elems $ _creatures w
|
||||
-- w = [show $ f $ _roomClipping w]
|
||||
-- where
|
||||
-- f (x:xs) = any (convexPolysOverlap x) xs || f xs
|
||||
-- f [] = False
|
||||
testStringInit = map show . M.toList . _mouseButtons
|
||||
--testStringInit = const []
|
||||
|
||||
Reference in New Issue
Block a user