mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-22 21:06:19 -04:00
funny music :)
This commit is contained in:
parent
3979fab6b9
commit
e4b9be1f2a
1 changed files with 3 additions and 3 deletions
|
@ -40,9 +40,9 @@
|
|||
<assets path="assets/data"/>
|
||||
|
||||
<!-- <library name="noPreload" preload='false'/> -->
|
||||
<library name="noPreload"/>
|
||||
<assets path="assets/music" include="*.mp3" if="web" library='noPreload'/>
|
||||
<assets path="assets/music" include="*.ogg" unless="web" library='noPreload'/>
|
||||
<!-- <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" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue