Implementation of the main functionality of the mod

This commit is contained in:
2025-07-12 13:22:55 +03:00
parent 836b80a79c
commit b6dcd38f65
3 changed files with 37 additions and 14 deletions

View File

@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<SongDef>
<clipPath>Gameplay/Kafka Theme Music EXTENDED - A Dramatic Irony (tnbee mix).Honkai_ Star Rail</clipPath>
<volume>1</volume>
<tense>true</tense>
</SongDef>
<SongDef>
<clipPath>Gameplay/Wildfire (Cocolia Boss Theme).Honkai_ Star Rail</clipPath>
<volume>1</volume>
<tense>true</tense>
</SongDef>
</Defs>
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<SongDef>
<clipPath>Gameplay/Kafka Theme Music EXTENDED - A Dramatic Irony (tnbee mix).Honkai_ Star Rail</clipPath>
<volume>1</volume>
<tense>false</tense>
</SongDef>
<SongDef>
<clipPath>Gameplay/Wildfire (Cocolia Boss Theme).Honkai_ Star Rail</clipPath>
<volume>1</volume>
<tense>false</tense>
</SongDef>
</Defs>