glass22 Posted January 1, 2014 Share Posted January 1, 2014 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 More sharing options...
rich Posted January 1, 2014 Share Posted January 1, 2014 I would suggest trying this against the dev branch version of Phaser to see if it still happens, as we've updated how fixedToCamera works in there quite a bit. glass22 1 Link to comment Share on other sites More sharing options...
glass22 Posted January 1, 2014 Author Share Posted January 1, 2014 I would suggest trying this against the dev branch version of Phaser to see if it still happens, as we've updated how fixedToCamera works in there quite a bit. Hi where is the dev batch? thanks Link to comment Share on other sites More sharing options...
rich Posted January 1, 2014 Share Posted January 1, 2014 https://github.com/photonstorm/phaser/tree/dev glass22 1 Link to comment Share on other sites More sharing options...
Recommended Posts