SPUDevelopers / Naturalize

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

Cursor - Make map tile size arbitrary #21

Closed Isaac-W closed 9 years ago

Isaac-W commented 9 years ago

This will require three things: a member variable to hold the grid size, a custom create() function, and a modified (or overrided) init() method that takes in an extra argument for the grid size.

Isaac-W commented 9 years ago

I will work on getting this implemented.