story changes, ui fixes

This commit is contained in:
anton.gurov
2019-11-08 13:52:15 +03:00
parent 5619155fe6
commit 913110508c
9 changed files with 45 additions and 11 deletions

View File

@@ -67,6 +67,8 @@ func (ms *MenuScreen) HandleInput(input string) {
//}
switch input {
case "Escape":
fallthrough
case "Space":
ms.scm.SetScreen(ms.scm.PreviousScreen)
break