Jump to content

overall loss of quality


mauro98
 Share

Recommended Posts

I'm developing an interactive with Phaser but I'm facing an overall loss of quality (images, sprites, texts, etc). Especially rendering text:

    const strtxt = this.game.add.text(0, 0, str, {
      font: 'Open Sans',
      fontSize: 17,
      weight: 400,
    }, text);
    strtxt.align = 'center';
    strtxt.lineSpacing = -4;
    strtxt.anchor.set(0.5, 0);
    strtxt.wordWrap = true;
    strtxt.wordWrapWidth = 300;
    const y = text.getAt(1).height + ((index + 1) * 60);
    strtxt.position.set(250, y);

524037458_ScreenShot2018-06-27at11_45_40PM.png.a1cc578495814cb8eee325fad73132b9.png

I would really like to improve the quality, at least for the text.
What can I do?

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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