Jump to content

Text Opacity?


seiyria
 Share

Recommended Posts

Is there a way to make text less opaque? I've tried setting an opacity property and an alpha property on text when creating it, ala this example:

        game.add.text(game.world.centerX, game.world.centerY, "Test text!", {            font: "65px Arial",            fill: "#ff0044",            align: "center"            alpha: 0.5,            opacity: 0.5        });

But that doesn't seem to work. 

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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