Jump to content

How to Apply opacity to Phaser Text Stroke


Ishpreet
 Share

Recommended Posts

Is there any way to use opacity of stroke in Phaser?

Like we can apply these features on Phaser.Text

let style = {
      font: "Arial", 
      fill: "white", 
      stroke: "#000000", 
      strokeThickness: "16", 
      fontSize: "24px"
    };

But how to add opacity to stroke, something like strokeOpacity?

Link to comment
Share on other sites

  • 4 months later...
 Share

  • Recently Browsing   0 members

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