|
@@ -4,7 +4,7 @@
|
|
<output>
|
|
<output>
|
|
<movie outputType="Application" />
|
|
<movie outputType="Application" />
|
|
<movie input="" />
|
|
<movie input="" />
|
|
- <movie path="engine.js" />
|
|
|
|
|
|
+ <movie path="main.js" />
|
|
<movie fps="60" />
|
|
<movie fps="60" />
|
|
<movie width="800" />
|
|
<movie width="800" />
|
|
<movie height="600" />
|
|
<movie height="600" />
|
|
@@ -15,15 +15,15 @@
|
|
</output>
|
|
</output>
|
|
<!-- Other classes to be compiled into your SWF -->
|
|
<!-- Other classes to be compiled into your SWF -->
|
|
<classpaths>
|
|
<classpaths>
|
|
- <class path="samples\basic" />
|
|
|
|
|
|
+ <!-- example: <class path="..." /> -->
|
|
</classpaths>
|
|
</classpaths>
|
|
<!-- Build options -->
|
|
<!-- Build options -->
|
|
<build>
|
|
<build>
|
|
<option directives="" />
|
|
<option directives="" />
|
|
- <option flashStrict="True" />
|
|
|
|
- <option mainClass="Test" />
|
|
|
|
|
|
+ <option flashStrict="False" />
|
|
|
|
+ <option mainClass="Main" />
|
|
<option enabledebug="False" />
|
|
<option enabledebug="False" />
|
|
- <option additional="-lib format
-lib hxsl3
-D h3d
-D resourcesPath=samples/res
-D source-map-content
-dce full" />
|
|
|
|
|
|
+ <option additional="-lib heaps
-D resourcesPath=../res
-D source-map-content
-dce full" />
|
|
</build>
|
|
</build>
|
|
<!-- haxelib libraries -->
|
|
<!-- haxelib libraries -->
|
|
<haxelib>
|
|
<haxelib>
|