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

@ -31,7 +31,7 @@ func (ts *GameScreen) Enter() {
Print(1, ts.mw.H-2, "Press [color=white]?[/color] for help")
}
func (ts *GameScreen) Exit() {
ts.mw.GetLayer("base").ClearArea(1, ts.mw.H-2, 30, 1)
ts.mw.GetLayer("overlay").ClearArea(0, ts.mw.H-3, 30, 3)
//remove what we dont need
}