This commit is contained in:
anton.gurov
2019-11-12 12:48:36 +03:00
parent 1ba189697f
commit c6d3997e6f
6 changed files with 125 additions and 9 deletions

View File

@ -65,6 +65,10 @@ func (ts *GameScreen) HandleInput(input string) {
case "Shift+/":
ts.scm.SetScreenByName("help")
break
case "Shift+z":
ts.scm.SetScreenByName("devmenu")
break
case "i":
ts.scm.SetScreenByName("inventory")
break