ui starting, menu screen, ingame help
This commit is contained in:
@ -24,7 +24,7 @@ func Init(ctx util.ClientCtx) *MainWindow {
|
||||
|
||||
func (mw *MainWindow) AddLayer(name string, idx int, colorName string) *MainWindow {
|
||||
c := blt.ColorFromName(colorName)
|
||||
mw.layers[name] = &Layer{idx: idx, defaultColor: c}
|
||||
mw.layers[name] = &Layer{Idx: idx, defaultColor: c}
|
||||
return mw
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user