diff --git a/scripting/lua/cocos2dx_support/LuaCocos2d.cpp.REMOVED.git-id b/scripting/lua/cocos2dx_support/LuaCocos2d.cpp.REMOVED.git-id index 767eee6d2e..34b07dcf1c 100644 --- a/scripting/lua/cocos2dx_support/LuaCocos2d.cpp.REMOVED.git-id +++ b/scripting/lua/cocos2dx_support/LuaCocos2d.cpp.REMOVED.git-id @@ -1 +1 @@ -c893636df2a952d791291d26ca03022ee8fc29a6 \ No newline at end of file +58e432f8cbf9f340398f9d6db2b61303b6a06034 \ No newline at end of file diff --git a/tools/tolua++/CCNode.pkg b/tools/tolua++/CCNode.pkg index fc73c99ec3..92a6ddfaf3 100644 --- a/tools/tolua++/CCNode.pkg +++ b/tools/tolua++/CCNode.pkg @@ -41,21 +41,6 @@ class CCNode : public CCObject int getTag(); void setTag(int var); - tolua_readonly tolua_property__CCZOrder int zOrder; - tolua_property__CCVertexZ float vertexZ; - tolua_property__CCRotation float rotation; - tolua_property__CCScale float scale; - tolua_property__CCScaleX float scaleX; - tolua_property__CCScaleY float scaleY; - tolua_property__CCPositionX float x; - tolua_property__CCPositionY float y; - tolua_property__CCSkewX float skewX; - tolua_property__CCSkewY float skewY; - tolua_property__IsVisible bool isVisible; - tolua_property__CCAnchorPoint CCPoint anchorPoint; - tolua_property__CCContentSize CCSize contentSize; - tolua_property__CCTag int tag; - CCArray* getChildren(); unsigned int getChildrenCount(void);