SPUDevelopers / Naturalize

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

Implement cross-platform map movement #5

Closed aarongrider closed 9 years ago

aarongrider commented 10 years ago

For desktop: Arrow keys For mobile: Drag to move

This should be done with event handlers.

aarongrider commented 10 years ago

Added preliminary support in commit 830842ca207853705f1936d5c3fa64a10b77dc44. Still to do...

aarongrider commented 10 years ago

This has been implemented in commit 1c55166 on desktop. Next will be to implement map moment with a touch interface, but that is related to cursor, so cursor will need to be implemented first.

aarongrider commented 9 years ago

Implemented on touch devices aaafb16f8291eda7328003abb59ef20733beaa07