mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-29 00:31:53 +08:00
Geocities was before its time.
This commit is contained in:
@@ -67,6 +67,11 @@ var Space = {
|
||||
});
|
||||
Space.startAscent();
|
||||
Space._shipTimer = setInterval(Space.moveShip, 33);
|
||||
|
||||
// APRIL FOOLS!
|
||||
if(document.location.href.search(/[\?\&]april=1/) != -1){
|
||||
$('body').append($('<iframe>').attr('src','https://www.youtube.com/embed/ZZ5LpwO-An4?autoplay=1').attr('frameborder',0))
|
||||
}
|
||||
},
|
||||
|
||||
setTitle: function() {
|
||||
|
||||
Reference in New Issue
Block a user