diff --git a/config.json b/config.json index c21a416..7d7c097 100644 --- a/config.json +++ b/config.json @@ -1,10 +1,10 @@ { - "version": "0.0.0.1", - "title" : "Alchemyst", - "sizeX": 100, - "sizeY": 47, - "fpsLimit" : 60, - "font": "./resources/fonts-ttf/LiberationMono-Bold.ttf", - "fontSize": "8x12", - "verbosity": "debug" -} + "version": "v0.0.1.4-1-g14c8cf8", + "title": "Alchemyst", + "sizeX": 100, + "sizeY": 47, + "fpsLimit": 60, + "font": ".\/resources\/fonts-ttf\/LiberationMono-Bold.ttf", + "fontSize": "8x12", + "verbosity": "debug" +} \ No newline at end of file diff --git a/ui/mainwindow/mainwindow.go b/ui/mainwindow/mainwindow.go index f7c0ce1..f23b75f 100644 --- a/ui/mainwindow/mainwindow.go +++ b/ui/mainwindow/mainwindow.go @@ -43,7 +43,7 @@ func (mw *MainWindow) Open() { blt.Set( fmt.Sprintf( //"window: size=%dx%d, title='%s v%s'; font: ./resources/fonts-bitmap/ibmnew8x12.png, size=8x12;", - "window: size=%dx%d, title='%s v%s'; font: %s, size=%s;", + "window: size=%dx%d, title='%s %s'; font: %s, size=%s;", //"window: size=%dx%d, title='%s v%s'", config.MainWindowSizeX, config.MainWindowSizeY,