From e25c4b5f4d9f3c7e5726d7ec3fa0f17f4a41ea88 Mon Sep 17 00:00:00 2001 From: James Chen Date: Tue, 7 Jan 2014 20:55:07 +0800 Subject: [PATCH] [JSB] Armature should be able to be extended in JS. --- tools/tojs/cocos2dx_studio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tojs/cocos2dx_studio.ini b/tools/tojs/cocos2dx_studio.ini index 2f806a3257..64cd414f96 100644 --- a/tools/tojs/cocos2dx_studio.ini +++ b/tools/tojs/cocos2dx_studio.ini @@ -79,3 +79,4 @@ abstract_classes = ColliderDetector ColliderBody ArmatureDataManager ComAttribut # Determining whether to use script object(js object) to control the lifecycle of native(cpp) object or the other way around. Supported values are 'yes' or 'no'. script_control_cpp = no +classes_need_extend = Armature