More Project.xml shit

This commit is contained in:
Zyflx 2023-05-17 20:39:34 -04:00 committed by GitHub
parent 8b954d5245
commit 87a0d40407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,7 @@
<define name="NO_PRELOAD_ALL" unless="PRELOAD_ALL" />
<section if="PRELOAD_ALL">
<library name="scripts" preload="true" />
<library name="songs" preload="true" />
<library name="shared" preload="true" />
<library name="tutorial" preload="true" />
@ -63,6 +64,7 @@
</section>
<section if="NO_PRELOAD_ALL">
<library name="scripts" preload="false" />
<library name="songs" preload="false" />
<library name="shared" preload="false" />
<library name="tutorial" preload="false" />
@ -75,6 +77,8 @@
<library name="week7" preload="false" />
</section>
<assets path="assets/scripts" library="scripts" exclude="*.fla|*.ogg" if="web" />
<assets path="assets/scripts" library="scripts" exclude="*.fla|*.mp3" unless="web" />
<assets path="assets/songs" library="songs" exclude="*.fla|*.ogg" if="web" />
<assets path="assets/songs" library="songs" exclude="*.fla|*.mp3" unless="web" />
<assets path="assets/shared" library="shared" exclude="*.fla|*.ogg" if="web" />