mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-04 03:27:13 +08:00
add Github to menu bar
People should know that this great game is something they can contribute to. Closes #198
This commit is contained in:
@@ -171,6 +171,12 @@
|
|||||||
.text(_('app store.'))
|
.text(_('app store.'))
|
||||||
.click(function() { window.open('https://itunes.apple.com/us/app/a-dark-room/id736683061'); })
|
.click(function() { window.open('https://itunes.apple.com/us/app/a-dark-room/id736683061'); })
|
||||||
.appendTo(menu);
|
.appendTo(menu);
|
||||||
|
|
||||||
|
$('<span>')
|
||||||
|
.addClass('menuBtn')
|
||||||
|
.text(_('github.'))
|
||||||
|
.click(function() { window.open('https://github.com/Continuities/adarkroom'); })
|
||||||
|
.appendTo(menu);
|
||||||
|
|
||||||
// Register keypress handlers
|
// Register keypress handlers
|
||||||
$('body').off('keydown').keydown(Engine.keyDown);
|
$('body').off('keydown').keydown(Engine.keyDown);
|
||||||
|
|||||||
Reference in New Issue
Block a user