Jump to content

Phaser 1.1.3 BitmapData Wobble example not working for me.


shawnbless
 Share

Recommended Posts

the problem is at line 19 in the example code:


bmd = game.add.bitmapData('ball', 32, 64);


which calls the GameObjectFactor method


bitmapData: function (width, height)


which isn't expecting the 'name' parameter. name is therefore passed as width, and the browser javascript engine barfs


(I noted this in the issue)


Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...