31 lines
1.3 KiB
XML
31 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
file : sound.xml
|
|
created : Thu Dec 12 15:11:55 CET 2004
|
|
copyright : (C) 2004 Bernhard Wymann
|
|
email : Berniw@bluewin.ch
|
|
version : $Id: sound.xml 8100 2022-03-31 16:32:21Z beaglejoe $
|
|
-->
|
|
|
|
<!-- This program is free software; you can redistribute it and/or modify -->
|
|
<!-- it under the terms of the GNU General Public License as published by -->
|
|
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
|
<!-- (at your option) any later version. -->
|
|
|
|
<!DOCTYPE params SYSTEM "../../../libs/tgf/params.dtd">
|
|
|
|
<params name="sound" type="param" mode="mw" version="1.2">
|
|
<section name="Sound Settings">
|
|
<attstr name="state" val="openal"/>
|
|
<attnum name="volume" unit="%" val="100"/>
|
|
</section>
|
|
<section name="Music Settings">
|
|
<attstr name="music state" val="enabled"/>
|
|
<attstr name="default music" val="data/music/main.ogg"/>
|
|
<attnum name="music volume" unit="%" val="40"/>
|
|
</section>
|
|
<section name="Menu SFX Settings">
|
|
<attstr name="menusfx state" val="enabled"/>
|
|
<attnum name="menusfx volume" unit="%" val="50"/>
|
|
</section>
|
|
</params> |