Jump to content

Sprite.alpha missing from version 2.6.0


DadoTc
 Share

Recommended Posts

Hi,
I updated phaser lib from older version to  2.6.2 and now there is no more "alpha" property in  "sprite" object.

I see "alpha" is still available using tween.
But what if I want to change it directly like it was in previous version? :

this.background = this.add.sprite(0, 0, 'back');
this.background.alpha = 0;

thanks

 

Link to comment
Share on other sites

  • 3 months later...
 Share

  • Recently Browsing   0 members

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