summaryrefslogtreecommitdiff
path: root/data/branding.xml
blob: 29974ab45689b0e4fc2aebfad9bddb26bc59184a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>

<!--
Branding information

All values in here are the default values which are hardcoded into the TMW
client. So it would make no difference for the official version when this file
is missing. It is basically an example for developers of TMW forks to help them
writing a branding.xml for their forks.
-->

<configuration>
 <option name="appName" value="The Mana World"/>
 <option name="appShort" value="tmw"/>
 <option name="appIcon" value="icons/tmw.png"/>
 <option name="loginMusic" value="Magick - Real.ogg"/>
 <option name="defaultServer" value="server.themanaworld.org"/>
 <option name="defaultPort" value="9601"/>
 <option name="defaultUpdateHost" value="http://updates.themanaworld.org"/>
 <option name="font" value="fonts/dejavusans.ttf" />
 <option name="boldFont" value="fonts/dejavusans-bold.ttf" />
</configuration>