gaelbeltran Posted April 30, 2014 Share Posted April 30, 2014 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 functionthis.ellipse = new Phaser.Ellipse(this.game.world.centerX, 100, 100, 100); And this on my render functionthis.game.debug.geom(this.ellipse,'#0fffff'); Any idea why this isn't working? Link to comment Share on other sites More sharing options...
gaelbeltran Posted May 1, 2014 Author Share Posted May 1, 2014 Is anyone else facing this problem? Link to comment Share on other sites More sharing options...
ForgeableSum Posted March 22, 2015 Share Posted March 22, 2015 it's not working for me on 2.3.0 dev. Circle works fine though. Link to comment Share on other sites More sharing options...
Recommended Posts