diff --git a/index.js b/index.js index 2bb5b8b..554c39e 100644 --- a/index.js +++ b/index.js @@ -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){