upd windows instructions

This commit is contained in:
thefish 2019-11-08 03:53:22 +03:00
parent cb7718860a
commit 14c8cf80be
3 changed files with 14 additions and 12 deletions

View File

@ -9,6 +9,8 @@
#
# create there a symlink to BearLibTerminal.dll
# $ cd /path/to/mingw32/dlls && sudo ln -s /path/to/BearLibTerminal.dll .
# Ususally you must place symlink to where mingw stores windows dlls, ie
# /usr/x86_64-w64-mingw32/lib
# the build command

View File

@ -10,11 +10,11 @@ import (
)
type GameScreen struct {
mw *mainwindow.MainWindow
state *gamestate.GameState
vp *mainwindow.ViewPort
mw *mainwindow.MainWindow
state *gamestate.GameState
vp *mainwindow.ViewPort
controller *ecs.Controller
scm *types.ScreenManager
scm *types.ScreenManager
}
func NewGameScreen(mw *mainwindow.MainWindow, state *gamestate.GameState, viewPort *mainwindow.ViewPort, controller *ecs.Controller, scm *types.ScreenManager) *GameScreen {
@ -26,12 +26,12 @@ func NewGameScreen(mw *mainwindow.MainWindow, state *gamestate.GameState, viewPo
func (ts *GameScreen) UseEcs() bool { return true }
func (ts *GameScreen) Enter() {
ts.mw.GetLayer("overlay").ClearArea(0, ts.mw.H - 3, 30, 3)
ts.mw.GetLayer("overlay").ClearArea(0, ts.mw.H-3, 30, 3)
ts.mw.GetLayer("overlay").WithColor("#77777777").
Print(1, ts.mw.H - 2, "Press [color=white]?[/color] for help")
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("base").ClearArea(1, ts.mw.H-2, 30, 1)
//remove what we dont need
}

View File

@ -58,9 +58,9 @@ Highest [color=green]S[/color]cores
Roguebasin Libtcod Tutorial (c) 2010-2011, Jotaf Henriques
Brogue 1.3 (c) 2010 Brian Walker
Madness (c) 2010 hmp <humpolec@gmail.com>
Roguebasin Libtcod Tutorial (c) 2010-2011, Jotaf Henriques
Brogue 1.3 (c) 2010 Brian Walker
Madness (c) 2010 hmp <humpolec@gmail.com>
BearLibTerminal (c) Cfyz 2009-2019 <http://foo.wyrd.name/en:bearlibterminal>
Gogue (c) jcerise
`
Gogue (c) jcerise
`