Add basic prompt
This commit is contained in:
@@ -50,6 +50,7 @@ menuScreen cfig hw hh mLays = case mLays of
|
||||
,controlsList
|
||||
]
|
||||
(WaitMessage s _ : _) -> optionsList hw hh s []
|
||||
(Terminal s : _) -> optionsList hw hh "SCANCODE INPUT" ['>':s ++ "_"]
|
||||
_ -> blank
|
||||
where
|
||||
tst x y sc t = translate x y $ scale sc sc $ color white $ text t
|
||||
|
||||
Reference in New Issue
Block a user