Update index.js
This commit is contained in:
parent
1cfab23033
commit
2d0d4caa1b
4
index.js
4
index.js
@ -579,7 +579,7 @@
|
|||||||
x:game.width-10,
|
x:game.width-10,
|
||||||
y:game.height-5,
|
y:game.height-5,
|
||||||
draw:function(context){
|
draw:function(context){
|
||||||
var text = '© passer-by.com';
|
var text = 'bsllc.xyz';
|
||||||
context.font = '12px/20px PressStart2P';
|
context.font = '12px/20px PressStart2P';
|
||||||
context.textAlign = 'left';
|
context.textAlign = 'left';
|
||||||
context.textBaseline = 'top';
|
context.textBaseline = 'top';
|
||||||
@ -590,7 +590,7 @@
|
|||||||
context.fillText(text,this.x,this.y);
|
context.fillText(text,this.x,this.y);
|
||||||
}
|
}
|
||||||
}).bind('click',function(){
|
}).bind('click',function(){
|
||||||
window.open('https://passer-by.com');
|
window.open('https://bsllc.xyz');
|
||||||
});
|
});
|
||||||
//事件绑定
|
//事件绑定
|
||||||
stage.bind('keydown',function(e){
|
stage.bind('keydown',function(e){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user