i'm writing app using pixi , need change texts color. in earlier versions there setstyle method, in v3 deprecated. setting _style.fill field doesn't refresh text on screen. images there updatesourceimage method here... nothing. have idea or had same issue?
okay anwser myself... tried use deprecated method , there hint
setstyle deprecated, please use style property, e.g : mytext.style = style;
too bad, isnt in documentation
Comments
Post a Comment