We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Renderables (markdown)
updated syntax for es6
Update for current version; old example did not work for me and doesn't match what's given in the Space Invader tutorial
Fixed broken API link.
Previously, the edited code used "new me.Vector2d(100,100);" which returned Object { x: 100, y: 100 }. This was not compatible with the function, which requires two numeric values, not an object.
Fixed
Fixed setCurrentAnimation invoke
separated the renderable and object container content