mirror of
https://github.com/wassname/phaser.git
synced 2026-08-09 12:20:34 +08:00
Tidying up the examples and more Tilemap work.
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ var bmd;
|
||||
|
||||
function create() {
|
||||
|
||||
bmd = game.add.bitmapData('ball', 32, 64);
|
||||
bmd = game.add.bitmapData(32, 64);
|
||||
|
||||
console.log(bmd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user