From d5a853df0ea1be5ef293db76b0d9014b133fe438 Mon Sep 17 00:00:00 2001 From: "anton.gurov" Date: Wed, 13 Nov 2019 15:59:09 +0300 Subject: [PATCH] update settings --- config.json | 2 +- engine/screens/devmenu.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 35b4a64..597bb95 100644 --- a/config.json +++ b/config.json @@ -5,6 +5,6 @@ "sizeY": 47, "fpsLimit": 60, "font": "./assets/fonts/ttf/LiberationMono-Bold.ttf", - "fontSize": "9x14", + "fontSize": "8x14", "verbosity": "debug" } \ No newline at end of file diff --git a/engine/screens/devmenu.go b/engine/screens/devmenu.go index fcb24f7..edbcca8 100644 --- a/engine/screens/devmenu.go +++ b/engine/screens/devmenu.go @@ -101,7 +101,7 @@ func (devm *DevmenuScreen) Render() { menuLayer.WithColor(devm.fgColor).PrintInside( devm.Rect, strings.Join([]string{ - "Dev Menu:", + "Действия для разработчика:", "[color=green]v[/color] - set all tiles visible", "[color=green]i[/color] - set all tiles invisible", fmt.Sprintf("[color=green]p[/color] - toggle passwall: %v",