Jump to content

Phaser maxWidth text wrap not working?


xronn
 Share

Recommended Posts

Hey, 

I have a small bit of UI and I want the wrap the text at a max width but it doesn't seem to wrap at all. I'm not getting any errors just not the result I would expect.

	inventList = invent.join(', ');        inventItems = game.add.text(37, 468, inventList.toString(), {font: "12px Arial", fill: "#000000", align: 'left'});	inventItems.fixedToCamera = true;	inventItems.alpha = 1;	inventItems.maxWidth = 150;

So Im basically display an array, but I've used the join to put spaces in between the results. I've also tried a list of plain text that also didn't reduce the width 

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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