Last active
December 21, 2015 18:37
-
-
Save seongyooncho/3ad36f7610f3dfb6edd7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auto node = ClippingRectangleNode::create(Rect(-100, -100, 200, 200)); | |
auto sprite = Sprite::create("HelloWorld.png"); | |
node->addChild(sprite); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment