-
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: Update README.md, Created file with available shortcuts ("he…
…lp.txt") and updated compiler script
- Loading branch information
1 parent
2dd0944
commit ae9a596
Showing
4 changed files
with
30 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"hash":"","version":"1.1.1","main":"index.htm","author":"TemmieHeartz","name":"R3 Auto Map Gen","license":"GPL-2.0-only","description":"This app creates an node-conected map on the go for Resident Evil 3 classic.","window":{"frame":true,"width":1130,"height":692,"toolbar":false,"min_width":1130,"min_height":692,"fullscreen":false,"position":"center","theme-color":"#200","icon":"img/icon.png","title":"R3 Auto Map Gen."}} | ||
{"hash":"","version":"1.2.0","main":"index.htm","author":"TemmieHeartz","name":"R3 Auto Map Gen","license":"GPL-2.0-only","description":"This app creates an node-conected map on the go for Resident Evil classic games.","window":{"width":1130,"height":740,"frame":false,"toolbar":false,"min_width":196,"min_height":226,"fullscreen":false,"transparent":true,"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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
-- General Shortcuts | ||
|
||
[F1] Show about window | ||
[Alt] Toggle between drag canvas or current map | ||
[F7] Center current map | ||
[F8] Reset canvas zoom | ||
[F9] Reset map | ||
[F10] Reload latest saved / loaded map | ||
[Delete] Delete saves from selected game | ||
|
||
-- Global Shortcuts | ||
|
||
[Ctrl+Shift+S] Save current map (if map already exists on destination folder, it will update it) | ||
[Ctrl+F7] Center current map | ||
[Ctrl+F8] Reset canvas zoom | ||
[Ctrl+F9] Reset map | ||
[Ctrl+F10] Reload latest saved / loaded map | ||
[Ctrl+Delete] APP.options.delGameSaveFiles(); | ||
[Ctrl+Shift+R] Run game | ||
[Ctrl+Shift+H] Hook game process | ||
[Ctrl+Shift+Q] Restore right menu |