Skip to content

Instantly share code, notes, and snippets.

@gmodecorp
Last active August 29, 2015 14:05
Show Gist options
  • Save gmodecorp/5d6a1e8354f10829c3c3 to your computer and use it in GitHub Desktop.
Save gmodecorp/5d6a1e8354f10829c3c3 to your computer and use it in GitHub Desktop.
CCNodeのポジション指定
#define Pos( obj, ancher, point ) obj->setAnchorPoint(ancher); obj->setPosition(point)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment