SPUDevelopers / Naturalize

A Cocos2d-x turn based strategy game.
Other
11 stars 7 forks source link

Add map object support #6

Closed aarongrider closed 10 years ago

aarongrider commented 10 years ago

Our tiled sample map currently has an object layer but this is not being rendered by the engine. Research why and implement the changes necessary.

aarongrider commented 10 years ago

I figured out that objects don't work the way that we were previously thinking. Foreground tiles that overlap are currently work. I am going to close this issue and we can take a look at objects later if we find the need.