move files to libraries
This commit is contained in:
parent
d16091dc24
commit
2a559f1750
92
Project.xml
92
Project.xml
@ -40,18 +40,92 @@
|
||||
|
||||
<classpath name="source" />
|
||||
|
||||
<assets path="assets/images" />
|
||||
<assets path="assets/data" />
|
||||
<assets path="assets/preload" rename="assets" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/preload" rename="assets" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="shared" preload="true" />
|
||||
<assets path="assets/shared" library="shared" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/shared" library="shared" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="blammed" preload="true" />
|
||||
<assets path="assets/blammed" library="blammed" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/blammed" library="blammed" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="bopeebo" preload="true" />
|
||||
<assets path="assets/bopeebo" library="bopeebo" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/bopeebo" library="bopeebo" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="cocoa" preload="true" />
|
||||
<assets path="assets/cocoa" library="cocoa" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/cocoa" library="cocoa" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="dadbattle" preload="true" />
|
||||
<assets path="assets/dadbattle" library="dadbattle" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/dadbattle" library="dadbattle" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="eggnog" preload="true" />
|
||||
<assets path="assets/eggnog" library="eggnog" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/eggnog" library="eggnog" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="fresh" preload="true" />
|
||||
<assets path="assets/fresh" library="fresh" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/fresh" library="fresh" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="high" preload="true" />
|
||||
<assets path="assets/high" library="high" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/high" library="high" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="milf" preload="true" />
|
||||
<assets path="assets/milf" library="milf" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/milf" library="milf" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="monster" preload="true" />
|
||||
<assets path="assets/monster" library="monster" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/monster" library="monster" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="pico" preload="true" />
|
||||
<assets path="assets/pico" library="pico" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/pico" library="pico" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="roses" preload="true" />
|
||||
<assets path="assets/roses" library="roses" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/roses" library="roses" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="satin-panties" preload="true" />
|
||||
<assets path="assets/satin-panties" library="satin-panties" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/satin-panties" library="satin-panties" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="senpai" preload="true" />
|
||||
<assets path="assets/senpai" library="senpai" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/senpai" library="senpai" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="south" preload="true" />
|
||||
<assets path="assets/south" library="south" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/south" library="south" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="spookeez" preload="true" />
|
||||
<assets path="assets/spookeez" library="spookeez" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/spookeez" library="spookeez" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="test" preload="true" />
|
||||
<assets path="assets/test" library="test" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/test" library="test" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="thorns" preload="true" />
|
||||
<assets path="assets/thorns" library="thorns" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/thorns" library="thorns" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="tutorial" preload="true" />
|
||||
<assets path="assets/tutorial" library="tutorial" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/tutorial" library="tutorial" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<library name="winter-horrorland" preload="true" />
|
||||
<assets path="assets/winter-horrorland" library="winter-horrorland" exclude="*.ogg" if="web"/>
|
||||
<assets path="assets/winter-horrorland" library="winter-horrorland" exclude="*.mp3" unless="web"/>
|
||||
|
||||
<assets path='example_mods' rename='mods' embed='false'/>
|
||||
<!-- <template path='mods' /> -->
|
||||
|
||||
<!-- <library name="noPreload" preload='false'/> -->
|
||||
<!-- <library name="noPreload"/> -->
|
||||
<assets path="assets/music" include="*.mp3" if="web"/>
|
||||
<assets path="assets/music" include="*.ogg" unless="web"/>
|
||||
<assets path="assets/sounds" include="*.mp3" if="web" />
|
||||
<assets path="assets/sounds" include="*.ogg" unless="web" />
|
||||
|
||||
<assets path="CHANGELOG.md"/>
|
||||
|
||||
<!-- NOTE FOR FUTURE SELF SINCE FONTS ARE ALWAYS FUCKY
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user