Improve mouse menu controls, tweak charmap
This commit is contained in:
@@ -8,5 +8,8 @@ import qualified Data.Map.Strict as M
|
||||
|
||||
testStringInit :: Universe -> [String]
|
||||
testStringInit u =
|
||||
[ shortShow $ u ^?! uvWorld . cWorld . lWorld . creatures . ix 0 . crPos
|
||||
] ++ map show (M.toList (u ^. uvWorld . input . pressedKeys))
|
||||
[ show $ u ^? uvScreenLayers . _head . scSelectionList . slOffset
|
||||
]
|
||||
++ [ shortShow $ u ^?! uvWorld . cWorld . lWorld . creatures . ix 0 . crPos
|
||||
]
|
||||
++ map show (M.toList (u ^. uvWorld . input . pressedKeys))
|
||||
|
||||
Reference in New Issue
Block a user