Update index.js

This commit is contained in:
Beanz 2024-04-22 17:45:06 -05:00 committed by GitHub
parent 1cfab23033
commit 2d0d4caa1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -579,7 +579,7 @@
x:game.width-10,
y:game.height-5,
draw:function(context){
var text = '© passer-by.com';
var text = 'bsllc.xyz';
context.font = '12px/20px PressStart2P';
context.textAlign = 'left';
context.textBaseline = 'top';
@ -590,7 +590,7 @@
context.fillText(text,this.x,this.y);
}
}).bind('click',function(){
window.open('https://passer-by.com');
window.open('https://bsllc.xyz');
});
//事件绑定
stage.bind('keydown',function(e){