diff --git a/script/engine.js b/script/engine.js index 6f8b61a..45423e9 100644 --- a/script/engine.js +++ b/script/engine.js @@ -171,6 +171,12 @@ .text(_('app store.')) .click(function() { window.open('https://itunes.apple.com/us/app/a-dark-room/id736683061'); }) .appendTo(menu); + + $('') + .addClass('menuBtn') + .text(_('github.')) + .click(function() { window.open('https://github.com/Continuities/adarkroom'); }) + .appendTo(menu); // Register keypress handlers $('body').off('keydown').keydown(Engine.keyDown);