我这样, 结果无效, 这是cocos2dx本来就不让改, 还是需要用其它方法改?
auto layerColorBG = cocos2d::LayerColor::create(cocos2d::Color4B(200, 190, 180, 255), width - 15, height - 15);
layerColorBG->setPosition(Point(CardSpriteX, CardSpriteY));
layerColorBG->ignoreAnchorPointForPosition(false);
layerColorBG->setAnchorPoint(Point(0.5f, 0.5f));
```