more checking rooms
This commit is contained in:
@ -13,7 +13,7 @@ type DevmenuScreen struct {
|
||||
scm *types.ScreenManager
|
||||
state *gamestate.GameState
|
||||
|
||||
*types.Rect
|
||||
types.Rect
|
||||
|
||||
renderParent bool
|
||||
|
||||
@ -21,7 +21,7 @@ type DevmenuScreen struct {
|
||||
fgColor string
|
||||
}
|
||||
|
||||
func NewDevmenuScreen(mw *mainwindow.MainWindow, scm *types.ScreenManager, state *gamestate.GameState, rect *types.Rect, renderParent bool) *DevmenuScreen {
|
||||
func NewDevmenuScreen(mw *mainwindow.MainWindow, scm *types.ScreenManager, state *gamestate.GameState, rect types.Rect, renderParent bool) *DevmenuScreen {
|
||||
return &DevmenuScreen{
|
||||
mw: mw,
|
||||
scm: scm,
|
||||
|
Reference in New Issue
Block a user