mirror of
https://github.com/wassname/phaser.git
synced 2026-09-09 11:28:47 +08:00
Loads of new examples, some more bug fixes, all of them work beautifully
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
function preload() {
|
||||
|
||||
game.world.setBounds(1920, 1200);
|
||||
game.world.setBounds(0,0,1920, 1200);
|
||||
|
||||
game.load.image('backdrop', 'assets/pics/remember-me.jpg');
|
||||
game.load.image('card', 'assets/sprites/mana_card.png');
|
||||
|
||||
Reference in New Issue
Block a user