starling-framework

Starling Quad Retangle Round Corners


How can draw a rectangle with round corners in starling using Quad? I'm not trying to add texture buttons to my sprite sheets.


Solution

  • There is no way to make round corners in Quads. Make texture (draw bitmap or load it and make texture from it) and use sprite or image for that.