Jump to content

Sprite appears more blurry at some positions than it does on others


jonteferm
 Share

Recommended Posts

I have a graphics issue that I cannot pinpoint. My sprite appears more blurry at some positions of the map. Does anyone have an idea what this kind of problem can depend on? Both of these pictures shows the sprite when idle on different positions - so no animation is playing - and at the first picture the sprite looks more clear than it does on the second one. I don't know what more information I can give on this that is relevant.

Difference2.thumb.png.7c93dba5d9802e546d9e790ffd297e2d.png

 

Link to comment
Share on other sites

8 hours ago, Arcanorum said:

What is the size of the game window, and do you have anti-aliasing disabled?

If you think this is a Phaser specific problem, then you should ask in the Phaser sub-forum.

512 * 512 is the size of the game window and no I don't think I have that disabled because it isn't something I do in the code. Is it enabled by default? Yes that is true, but I thought maybe it is a more global issue.

Link to comment
Share on other sites

I think I've encountered something like this before, can't remember. Trying to narrow it down.

You could try disabling anti-aliasing with this. The false sets whether anti-aliasing should be used.

var game = new Phaser.Game(width, height, Phaser.AUTO, '', null, undefined, false);

Can you make a playable version somewhere so we can try it ourselves? Might be something with your device.

Link to comment
Share on other sites

26 minutes ago, Arcanorum said:

I think I've encountered something like this before, can't remember. Trying to narrow it down.

You could try disabling anti-aliasing with this. The false sets whether anti-aliasing should be used.


var game = new Phaser.Game(width, height, Phaser.AUTO, '', null, undefined, false);

Can you make a playable version somewhere so we can try it ourselves? Might be something with your device.

Aah thanks! Disabling the anti-aliasing definitely did the trick.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

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