fix preloaded versions
This commit is contained in:
13
Project.xml
13
Project.xml
@ -40,12 +40,14 @@
|
||||
|
||||
<classpath name="source" />
|
||||
|
||||
<assets path="assets/preload" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/preload" exclude="*.mp3" unless="web"/>
|
||||
<assets path="assets/preload" rename="assets" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/preload" rename="assets" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<!-- <define name="PRELOAD_ALL" /> -->
|
||||
<define name="PRELOAD_ALL" unless="web" />
|
||||
<define name="NO_PRELOAD_ALL" unless="PRELOAD_ALL"/>
|
||||
|
||||
<section if="PREELOAD_ALL">
|
||||
<section if="PRELOAD_ALL">
|
||||
<library name="songs" preload="true" />
|
||||
<library name="shared" preload="true" />
|
||||
<library name="tutorial" preload="true" />
|
||||
@ -57,7 +59,7 @@
|
||||
<library name="week6" preload="true" />
|
||||
</section>
|
||||
|
||||
<section unless="PREELOAD_ALL">
|
||||
<section if="NO_PRELOAD_ALL">
|
||||
<library name="songs" preload="false" />
|
||||
<library name="shared" preload="false" />
|
||||
<library name="tutorial" preload="false" />
|
||||
@ -112,7 +114,8 @@
|
||||
<haxelib name="flixel-ui" />
|
||||
<haxelib name="newgrounds"/>
|
||||
<haxelib name="faxe" if='switch'/>
|
||||
<haxelib name="polymod" unless="web"/>
|
||||
<haxelib name="polymod"/>
|
||||
<!-- <haxelib name="hxcpp-debug-server" if="desktop"/> -->
|
||||
|
||||
<!-- <haxelib name="markdown" /> -->
|
||||
<!-- <haxelib name="HtmlParser" /> -->
|
||||
|
Reference in New Issue
Block a user