Skip to content

Commit

Permalink
Update readme image description, add missing code on top menu bg and …
Browse files Browse the repository at this point in the history
…update package.json
  • Loading branch information
themitosan committed Jun 1, 2023
1 parent 27a72d1 commit 13d900f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions App/js/graphics.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion App/package.json
Original file line number Diff line number Diff line change
@@ -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."}}
{"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."}}
Binary file modified example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 13d900f

Please sign in to comment.