mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Update engine.js
This commit is contained in:
+1
-1
@@ -188,7 +188,7 @@
|
||||
$('<span>')
|
||||
.addClass('menuBtn')
|
||||
.text(_('github.'))
|
||||
.click(function() { window.open('https://github.com/Continuities/adarkroom'); })
|
||||
.click(function() { window.open('https://github.com/doublespeakgames/adarkroom'); })
|
||||
.appendTo(menu);
|
||||
|
||||
// Register keypress handlers
|
||||
|
||||
Reference in New Issue
Block a user