On Friday 31 July 2009, Andre Miller wrote: > Hi there, > > I'm just starting out with cocos2d and have noticed something strange. When > I move a sprite (or text) away from the center of the screen it appears > that it is becoming blurred, almost like its out of focus. > > Am I doing something wrong? >
Pass do_not_scale=True to your director.init and it's all fixed. :) I don't know where I found out about this, and afaict it isn't in any of cocos' or pyglet's docs, but should be I think. -- -chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cocos2d discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cocos-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
