Add unsafe blink gun

This commit is contained in:
2022-06-03 10:18:47 +01:00
parent 5ff2fb4910
commit 0c5eeb405f
10 changed files with 79 additions and 54 deletions
-4
View File
@@ -410,10 +410,6 @@ data TerminalLine
{_tlPause :: Int
,_tlString :: World -> (String, Color)
}
-- | TerminalLineChoice
-- {_tlPause :: Int
-- ,_tlOptions :: [(String,World -> World)]
-- }
| TerminalLineInput
{_tlPause :: Int
,_tlScrollCommands :: [TerminalCommand]