Tiling Sprite added

This commit is contained in:
Richard Davey
2013-09-03 03:19:42 +01:00
parent c18de53bab
commit 66e86e7d82
10 changed files with 524 additions and 15 deletions
+2 -2
View File
@@ -474,7 +474,7 @@ Phaser.Loader.prototype = {
this.onFileError.dispatch(key);
throw new Error("Phaser.Loader error loading file: " + key);
console.warn("Phaser.Loader error loading file: " + key);
this.nextFile(key, false);
@@ -488,7 +488,7 @@ Phaser.Loader.prototype = {
if (!this._fileList[key])
{
throw new Error('Phaser.Loader fileComplete invalid key ' + key);
console.warn('Phaser.Loader fileComplete invalid key ' + key);
return;
}