Tidying up the examples and more Tilemap work.

This commit is contained in:
photonstorm
2013-12-10 12:23:42 +00:00
parent af5847e8e4
commit 669570c701
115 changed files with 372 additions and 11768 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ var bmd;
function create() {
bmd = game.add.bitmapData('ball', 32, 64);
bmd = game.add.bitmapData(32, 64);
console.log(bmd);