Skip to content

Commit

Permalink
more games link
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkite committed Nov 19, 2014
1 parent 9771296 commit 33dc993
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions gs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion init.js
Expand Up @@ -17,8 +17,8 @@ function waitForLoad()
createWindows();
initMenus();
createMenus();
addDeskAccessory("More Games...",0x901);
addDeskAccessory("Adjust Volume...",0x900);
addDeskAccessory("Choose Game...",0x901);
addDeskAccessory("Help",0x903);
// addDeskAccessory("Win!", 0x902);

Expand Down
6 changes: 3 additions & 3 deletions mac.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.js
Expand Up @@ -640,7 +640,7 @@ function menuSelect(item)
break;
case 0x8106: checkQuit(); break;
case 0x900: doVolume(); break;
case 0x901: window.location="index.html"; break;
case 0x901: window.cefQuery({'request':"moregames"}); break;
case 0x902: gameState = 2; runMain(); break;
case 0x903: window.open(helpURL); break;
case 0x8200: break; //undo
Expand Down

0 comments on commit 33dc993

Please sign in to comment.