mirror of
https://github.com/wassname/phaser.git
synced 2026-08-16 11:25:21 +08:00
Added the new Button game object and various other input and tilemap fixes.
This commit is contained in:
@@ -10,6 +10,5 @@
|
||||
// This will create a Sprite positioned at the top-left of the game (0,0)
|
||||
// Try changing the 0, 0 values
|
||||
game.add.sprite(0, 0, 'bunny');
|
||||
game.camera.texture.alpha = 0.5;
|
||||
}
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user