Added max overlap clamp.

This commit is contained in:
photonstorm
2013-12-06 02:44:06 +00:00
parent 8e289e6b7c
commit ca3c71e8f5
2 changed files with 45 additions and 1 deletions
+2 -1
View File
@@ -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');
}