Tuesday, May 31, 2011

tile edges!

So I've spent a little time coding the past couple of weeks and this weekend I buckled down and implemented tile edges.  Please excuse the lame-ness of my artistic tile skills, that will get less contrived.  Hurray!


Currently sand overlaps water and grass overlaps water and sand both.  The hills and mountains already had a grassy texture of their own.

Making progress!  It's looking a little more like a game and less...  clown barfy.  Still needs work though on some of the details.

Also added clipping for drawing the tiles to help with performance.  May or may not matter though.

Also the new texture images:




More later.

Monday, May 16, 2011

Screenshot of tile rotation

A few things have happened since I last posted, but mostly it's been internal things.  Tonight I have been working on TMX tile rotation and I think I have the cocos2d source working with rotated tiles!  The only problem is the bottom-left anchor point rotates the tiles in an odd kind of way.  I think I should be able to do some transformation to get this working correctly.


Wish me luck!