-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General: Rename "Select game executable" to "App Setup" and small cle…
…anup
- Loading branch information
1 parent
32a6822
commit c76995c
Showing
4 changed files
with
12 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1 @@ | ||
{ | ||
"hash": "", | ||
"version": "1.0.0", | ||
"main": "index.htm", | ||
"author": "TemmieHeartz", | ||
"license": "GPL-2.0-only", | ||
"name": "R3 Auto Map Gen", | ||
"description": "This app creates a pseudo 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." | ||
}, | ||
"scripts": { | ||
"dev": "nw -dev", | ||
"build": "node comp-main.js" | ||
}, | ||
"dependencies": { | ||
"nw": "^0.76.1-sdk" | ||
}, | ||
"devDependencies": { | ||
"nw-builder": "^3.5.7" | ||
} | ||
} | ||
{"hash":"","version":"1.0.0","main":"index.htm","author":"TemmieHeartz","license":"GPL-2.0-only","name":"R3 Auto Map Gen","description":"This app creates a pseudo 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."}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters