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