phaser3-nineslice icon indicating copy to clipboard operation
phaser3-nineslice copied to clipboard

Is there a circle example?

Open mqliutie opened this issue 7 months ago • 0 comments

  const textBg = scene.add.nineslice(
    0,
    0,
    74,
    74,
    {key: 'nineimages', frame: 'bg-assets.png'},
    [1,36],
  );

set textBg width to 500

textBg.setSize(500,50)

left and right is not semi-circle. how can i do this.

mqliutie avatar Jul 01 '24 09:07 mqliutie