Add test music

This commit is contained in:
2025-07-12 14:16:26 +03:00
parent f8577a1981
commit 0a8062a55e
3 changed files with 46 additions and 0 deletions

View File

@@ -1,3 +1,49 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<Defs> <Defs>
<SongDef>
<defName>test_music_1</defName>
<clipPath>Gameplay/test_music_1</clipPath>
<!--The probability of music appearing in the game-->
<commonality>1.0</commonality>
<!--Music volume-->
<volume>1.0</volume>
<!--If true, it only plays in a combat situation-->
<tense>false</tense>
<!--If true, it only plays in a combat situation-->
<tense>false</tense>
<!--If you want to limit the time of day, delete '<!- -' and '- ->' of the desired option-->
<!--<allowedTimeOfDay>Day</allowedTimeOfDay>-->
<!--<allowedTimeOfDay>Night</allowedTimeOfDay>-->
<!--Listing the seasons in which this song is played-->
<allowedSeasons> <li>Winter</li><li>Spring</li><li>Summer</li><li>Fall</li> </allowedSeasons>
</SongDef>
<SongDef>
<defName>test_music_2</defName>
<clipPath>Gameplay/test_music_2</clipPath>
<!--The probability of music appearing in the game-->
<commonality>1.0</commonality>
<!--Music volume-->
<volume>1.0</volume>
<!--If true, it only plays in a combat situation-->
<tense>false</tense>
<!--If true, it only plays in a combat situation-->
<tense>false</tense>
<!--If you want to limit the time of day, delete '<!- -' and '- ->' of the desired option-->
<!--<allowedTimeOfDay>Day</allowedTimeOfDay>-->
<!--<allowedTimeOfDay>Night</allowedTimeOfDay>-->
<!--Listing the seasons in which this song is played-->
<allowedSeasons> <li>Winter</li><li>Spring</li><li>Summer</li><li>Fall</li> </allowedSeasons>
</SongDef>
</Defs> </Defs>

Binary file not shown.

Binary file not shown.