mirror of
https://github.com/wassname/phaser.git
synced 2026-07-27 11:25:30 +08:00
Merged N+ physics in and tidied up the Docs folder and logos.
This commit is contained in:
@@ -31,10 +31,8 @@
|
||||
|
||||
function clickedIt() {
|
||||
if (this.image.visible == true) {
|
||||
game.stage.backgroundColor = '';
|
||||
this.image.visible = false;
|
||||
} else {
|
||||
game.stage.backgroundColor = 'rgb(0,0,0)';
|
||||
this.image.visible = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user