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:
Blake Grotewold
2015-01-03 09:26:48 -05:00
parent 1b04fa2086
commit dbd2adf9f8
+6
View File
@@ -171,6 +171,12 @@
.text(_('app store.'))
.click(function() { window.open('https://itunes.apple.com/us/app/a-dark-room/id736683061'); })
.appendTo(menu);
$('<span>')
.addClass('menuBtn')
.text(_('github.'))
.click(function() { window.open('https://github.com/Continuities/adarkroom'); })
.appendTo(menu);
// Register keypress handlers
$('body').off('keydown').keydown(Engine.keyDown);