1
<?xml version="1.0"?>
2
3
<!--
4
Branding information
5
6
All values in here are the default values which are hardcoded into the TMW
7
client. So it would make no difference for the official version when this file
8
is missing. It is basically an example for developers of TMW forks to help them
9
writing a branding.xml for their forks.
10
-->
11
12
<configuration>
13
 <option name="appName" value="The Mana World"/>
14
 <option name="appShort" value="tmw"/>
15
 <option name="appIcon" value="icons/tmw.png"/>
16
 <option name="loginMusic" value="Magick - Real.ogg"/>
17
 <option name="defaultServer" value="server.themanaworld.org"/>
18
 <option name="defaultPort" value="6901"/>
19
 <option name="defaultUpdateHost" value="http://updates.themanaworld.org"/>
20
 <option name="font" value="fonts/dejavusans.ttf" />
21
 <option name="boldFont" value="fonts/dejavusans-bold.ttf" />
22
</configuration>