Continue work on menu screens

This commit is contained in:
2022-11-04 09:14:32 +00:00
parent c263012b61
commit 054405244f
6 changed files with 28 additions and 66 deletions
-4
View File
@@ -87,10 +87,6 @@ data MenuOption
, _moEff2 :: Universe -> Universe
, _moString :: Universe -> MenuOptionDisplay
}
| InvisibleToggle
{ _moChar :: Scancode
, _moEff :: Universe -> Universe
}
data IntID a = IntID Int a