-
Notifications
You must be signed in to change notification settings - Fork 3
/
Flash2CCB.mxi
28 lines (28 loc) · 975 Bytes
/
Flash2CCB.mxi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<macromedia-extension name="Flash2CCB" version="1.0.2" type="command">
<author name="Double Stallion Games" />
<update url="https://raw.github.com/dblstallion/Flash2CCB/master/Flash2CCB.mxu" />
<products>
<product name="Flash" version="10" primary="true" />
</products>
<description>
<![CDATA[
This extension exports files from Flash into CocosBuilder format
]]>
</description>
<ui-access>
<![CDATA[
The command can be found in ‘Commands > Flash2CCBi’
]]>
</ui-access>
<license-agreement>
<![CDATA[
]]>
</license-agreement>
<files>
<file source="DLLs/JSFLBitWriter/Release/JSFLBitWriter.dll" destination="$flash/External Libraries" />
<file source="Configuration/Commands/Flash2CCB/" destination="$flash/Commands" />
<file source="xJSFL/" destination="$userhomefolder" />
<file source="modules/Flash2CCB/" destination="$userhomefolder/xJSFL/modules" />
</files>
</macromedia-extension>