Adding a template for tests

This commit is contained in:
2025-07-12 12:27:11 +03:00
commit 836b80a79c
6 changed files with 28 additions and 0 deletions

14
About/About.xml Normal file
View File

@@ -0,0 +1,14 @@
<ModMetaData>
<name>Add my music, please!</name>
<author>HypoxiE</author>
<packageId>custom.music_control</packageId>
<supportedVersions>
<li>1.4</li>
<li>1.5</li>
<li>1.6</li>
</supportedVersions>
<description>Данный мод добавляет возможность ставить свою музыку в игру. Исходный код мода:
</description>
</ModMetaData>

BIN
About/Preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 KiB

View File

@@ -0,0 +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>

1
README.md Normal file
View File

@@ -0,0 +1 @@
"# rimworld-ammp"