Separate out input datatype

This commit is contained in:
2022-10-29 11:36:57 +01:00
parent 82e2a5a234
commit af6cdff063
19 changed files with 160 additions and 112 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ import ShortShow
testStringInit :: Universe -> [String]
testStringInit u =
[ show $ u ^. uvWorld . scrollAmount
, show $ u ^. uvWorld . previousScrollAmount
[ show $ u ^. uvWorld . input . scrollAmount
, show $ u ^. uvWorld . input . previousScrollAmount
, shortShow $ u ^?! uvWorld . cWorld . lWorld . creatures . ix 0 . crPos
]