Jump to content

Text Shaking as Scrolling Map?


glass22
 Share

Recommended Posts

I have a text box showing player information, however when the game scrolls the text moves slightly and creates a jagged, slightly moving effect?

 

   textSprite = game.add.sprite(1000, 1000, "fire");
   //textSprite.visible = false;
  

  textSprite.fixedToCamera = true;

   textSprite.body.immovable = true;
   textSprite.cameraOffset.setTo(100, 100);

 

Is there anyway to fix it?

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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