On Tue, Jun 4, 2013 at 2:17 PM, Paul Pittlerson <[email protected]>wrote:

> I loaded my tileset with pyglet, and tried to draw them side by side as a
> surface. However, I can see small dark lines separating the sprites. Here
> is my code:
>
>
>
[ snip code ]

You can try passing do_not_scale=True in the director.init call , this will
use ortographic projection which is better suited for tiles.

You can look at examples for cocos tilemaps in the scripts
    test_tiles.py
    test_tmx.py
    test_platformer.py

-- 
You received this message because you are subscribed to the Google Groups 
"cocos2d discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cocos-discuss?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to