Skip to content

Commit

Permalink
GUI: change default font
Browse files Browse the repository at this point in the history
  • Loading branch information
themitosan committed Sep 12, 2024
1 parent 3ff23dd commit ffa0ce0
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ build/
# File extensions
Settings.json
version.txt
*.bat
*.bat
run
55 changes: 48 additions & 7 deletions App/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion App/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const APP = {

// Close color picker and display about screen
this.tools.closeColorPicker();
window.alert(`R3 Auto Map Gen - Version: ${APP.version}\nCreated by TheMitoSan\nTwitter: @themitosan\n\nBuild Hash: ${this.hash}\nNW.js version: ${process.versions.nw}\n\nExternal plugins present on this project:\nmemoryjs by Rob--\nhttps://github.com/rob--/memoryjs\n\nBioRand is an application created by IntelOrca:\nhttps://github.com/intelorca/biorand/\nhttps://biorand.net/\n\nLoading gif was generated on loading.io:\nhttps://loading.io`);
window.alert(`R3 Auto Map Gen - Version: ${APP.version}\nCreated by TheMitoSan\nTwitter: @themitosan\n\nBuild Hash: ${this.hash}\nNW.js version: ${process.versions.nw}\n\nExternal plugins present on this project:\nmemoryjs by Rob--\nhttps://github.com/rob--/memoryjs\n\nBioRand is an application created by IntelOrca:\nhttps://github.com/intelorca/biorand/\nhttps://biorand.net/\n\nLoading gif was generated on loading.io:\nhttps://loading.io\n\nFont \"Space Mono\" was created by Colophon Foundry:\nhttps://fonts.google.com/specimen/Space+Mono`);

},

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.2.5","author":"TheMitoSan","main":"index.htm","name":"r3_auto_map_gen","license":"GPL-2.0-only","description":"This app creates an node-conected map on the go for classic Resident Evil games.","window":{"width":1130,"height":740,"frame":false,"toolbar":false,"min_width":196,"min_height":226,"fullscreen":false,"transparent":true,"position":"center","theme-color":"#002","icon":"img/icon.png","title":"R3 Auto Map Gen - Please wait..."},"extra":{"wineFix":false}}
{"hash":"","version":"1.2.5","author":"TheMitoSan","main":"index.htm","name":"r3_auto_map_gen","license":"GPL-2.0-only","description":"This app creates an node-conected map on the go for classic Resident Evil games.","window":{"width":1130,"height":740,"frame":true,"toolbar":false,"min_width":196,"min_height":226,"fullscreen":false,"transparent":false,"position":"center","theme-color":"#002","icon":"img/icon.png","title":"R3 Auto Map Gen - Please wait..."},"extra":{"wineFix":true}}

0 comments on commit ffa0ce0

Please sign in to comment.