update settings
This commit is contained in:
parent
e351c4fba8
commit
d5a853df0e
@ -5,6 +5,6 @@
|
|||||||
"sizeY": 47,
|
"sizeY": 47,
|
||||||
"fpsLimit": 60,
|
"fpsLimit": 60,
|
||||||
"font": "./assets/fonts/ttf/LiberationMono-Bold.ttf",
|
"font": "./assets/fonts/ttf/LiberationMono-Bold.ttf",
|
||||||
"fontSize": "9x14",
|
"fontSize": "8x14",
|
||||||
"verbosity": "debug"
|
"verbosity": "debug"
|
||||||
}
|
}
|
@ -101,7 +101,7 @@ func (devm *DevmenuScreen) Render() {
|
|||||||
menuLayer.WithColor(devm.fgColor).PrintInside(
|
menuLayer.WithColor(devm.fgColor).PrintInside(
|
||||||
devm.Rect,
|
devm.Rect,
|
||||||
strings.Join([]string{
|
strings.Join([]string{
|
||||||
"Dev Menu:",
|
"Действия для разработчика:",
|
||||||
"[color=green]v[/color] - set all tiles visible",
|
"[color=green]v[/color] - set all tiles visible",
|
||||||
"[color=green]i[/color] - set all tiles invisible",
|
"[color=green]i[/color] - set all tiles invisible",
|
||||||
fmt.Sprintf("[color=green]p[/color] - toggle passwall: %v",
|
fmt.Sprintf("[color=green]p[/color] - toggle passwall: %v",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user