Jump to content

Ellipse not working onf phaser 2.0.4?


gaelbeltran
 Share

Recommended Posts

I just downloaded phaser 2.0.4 but ellipse is not working for me, I can render circles but not ellipses.

 

I just put this on my create function

this.ellipse = new Phaser.Ellipse(this.game.world.centerX, 100, 100, 100);

 

And this on my render function

this.game.debug.geom(this.ellipse,'#0fffff');

 

Any idea why this isn't working?

 
Link to comment
Share on other sites

  • 10 months later...
 Share

  • Recently Browsing   0 members

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