[email protected] Posted April 3, 2019 Share Posted April 3, 2019 def Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted April 3, 2019 Share Posted April 3, 2019 Are you sure its all your code? It should work. Look at https://pixijs.io/examples/?v=v5.0.0-rc.3#/demos/text-demo.js, it works just fine. Quote Link to comment Share on other sites More sharing options...
Exca Posted April 3, 2019 Share Posted April 3, 2019 You are not using pixijs text element but a Text class from window (which basically creates a text node). Use new PIXI.Text("...",style). themoonrat 1 Quote Link to comment Share on other sites More sharing options...
[email protected] Posted April 3, 2019 Author Share Posted April 3, 2019 def Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.