diff --git a/App/js/graphics.js b/App/js/graphics.js index 1a46e56..d220d22 100644 --- a/App/js/graphics.js +++ b/App/js/graphics.js @@ -566,12 +566,14 @@ temp_GRAPHICS = { // Enable background color case !0: TMS.css('APP_MAP_CANVAS', {'background-color': '#0000'}); + TMS.css('MENU_TOP_BG', {'background-color': '#0000'}); APP.graphics.disableCanvasBgColor = !1; break; // Disable background color case !1: TMS.css('APP_MAP_CANVAS', {'background-color': '#200'}); + TMS.css('MENU_TOP_BG', {'background-color': '#200'}); APP.graphics.disableCanvasBgColor = !0; break; diff --git a/App/package.json b/App/package.json index 3afc28e..9790017 100644 --- a/App/package.json +++ b/App/package.json @@ -1 +1 @@ -{"hash":"","version":"1.1.0","main":"index.htm","author":"TemmieHeartz","license":"GPL-2.0-only","name":"R3 Auto Map Gen","description":"This app creates an node-conected map on the go for Resident Evil 3 classic.","window":{"frame":true,"width":1418,"height":736,"toolbar":false,"min_width":1418,"min_height":736,"fullscreen":false,"position":"center","theme-color":"#200","icon":"img/icon.png","title":"R3 Auto Map Gen."}} \ No newline at end of file +{"hash":"","version":"1.1.1","main":"index.htm","author":"TemmieHeartz","license":"GPL-2.0-only","name":"R3 Auto Map Gen","description":"This app creates an node-conected map on the go for Resident Evil 3 classic.","window":{"frame":true,"width":1418,"height":736,"toolbar":false,"min_width":1418,"min_height":736,"fullscreen":false,"position":"center","theme-color":"#200","icon":"img/icon.png","title":"R3 Auto Map Gen."}} \ No newline at end of file diff --git a/example.png b/example.png index d0625ed..af77c6e 100644 Binary files a/example.png and b/example.png differ