Refactoring, add screen when generating level

This commit is contained in:
jgk
2021-05-03 14:44:27 +02:00
parent 2bf23db935
commit 6e6757499c
19 changed files with 342 additions and 118 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ menuScreen cfig hw hh mLays = case mLays of
,tst (-100) 100 0.4 "CONTROLS"
,controlsList
]
(WaitMessage s : _) -> optionsList hw hh s []
(WaitMessage s _ : _) -> optionsList hw hh s []
_ -> blank
where
tst x y sc t = translate x y $ scale sc sc $ color white $ text t