mirror of
https://github.com/wassname/phaser.git
synced 2026-07-17 11:31:30 +08:00
Added max overlap clamp.
This commit is contained in:
@@ -8,7 +8,8 @@ function preload() {
|
||||
// game.load.image('phaser', 'assets/sprites/phaser-ship.png');
|
||||
// game.load.image('phaser', 'assets/sprites/mushroom2.png');
|
||||
// game.load.image('phaser', 'assets/sprites/wabbit.png');
|
||||
game.load.image('phaser', 'assets/sprites/arrow.png');
|
||||
// game.load.image('phaser', 'assets/sprites/arrow.png');
|
||||
game.load.image('phaser', 'assets/sprites/darkwing_crazy.png');
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user