Dragonbones匯出外掛修改筆記
阿新 • • 發佈:2019-02-11
- 使用flash builder進行開發,新建flex專案,專案路徑選擇,修改編譯引數
-locale en_US zh_CN ja_JP fr_FR -source-path ./locale/{locale} -allow-source-path-overlap=true
- build釋出為swf,拷貝到export目錄
-
使用extension manager進行打包,需要匯入mxi檔案。先生成mxi檔案,格式內容如下: 申明為flash的外掛,關聯了swf和jsfl檔案
<macromedia-extension name="MyDragonBonesDesignPanel for cocos2d-x" version="2.2.2" type="command"> <author name="DragonBones Team"/> <products> <product name="Flash" version="11" primary="true"/> </products> <description> <![CDATA[ ]]> </description> <ui-access> <![CDATA[ ]]> </ui-access> <license-agreement> <![CDATA[ ]]> </license-agreement> <files> <file source="DragonBonesDesignPanel/myskeleton.jsfl" destination="$flash/WindowSWF/DragonBonesDesignPanel"/> <file source="MyDragonBonesDesignPanel.swf" destination="$flash/WindowSWF"/> </files>
-
根據需求修改jsfl檔案,比如修改儲存到xml的資料項
- 使用ext manager進行zxp打包
- 使用ext manager安裝zxp外掛
- 開啟flash專案,enjoy