Take the 2-minute tour ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

Hello I have a game that you can play(duh). When you start the game a loading screen pops up and on the loading screen I display an image of an eye I drew. In paint.net they eye looks perfect but in game it dose not.

Here is the image in paint.net:

enter image description here

Here is the image in game:

enter image description here

I don't understand why the image is all messed up as much. Please help me! Thx.

share|improve this question
    
maybe if you enabled anti aliasing or that did not help ? –  Shiro Feb 1 at 17:12
    
What do you mean 'all messed up'. What's wrong with the version in your game? –  Byte56 Feb 1 at 17:16
    
what is antia aliasing –  user50369 Feb 1 at 17:16
    
if u look at the picture in paint it is a perfect circle –  user50369 Feb 1 at 17:17
    
but the ne in game is not I don't think this is a good photo to show it wasn't great quality –  user50369 Feb 1 at 17:17

1 Answer 1

Only thing I see wrong is that you made the circle 1 pixel thicker on right and bottom side. That's not problem of your code though, only your drawing skills.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.