mirror of
https://git.themanaworld.org/mana/verse
synced 2026-08-16 04:23:07 -04:00
Part of "Rename the program from ManaPlus to ManaVerse." Squashed with: * Update branding file associations for windows * Rebrand example branding file * Branding rebranding back to .mana as picked by jak and explained by bjorn * Fix code style in path building code * fix comments * Change .mana extension comment - there is only one branding inside, not multiple **** mana/verse!237 Reviewed-by: Fedja Beader <fedja@protonmail.ch>
24 lines
916 B
XML
24 lines
916 B
XML
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
Example branding file
|
|
|
|
With a branding file you can customize the appearance and various
|
|
other default settings. To use a branding file just pass its
|
|
filename / path as a command line parameter
|
|
-->
|
|
|
|
<configuration>
|
|
<option name="appName" value="ManaVerse"/>
|
|
<option name="appShort" value="mana"/>
|
|
<option name="appIcon" value="icons/manaplus"/>
|
|
<option name="loginMusic" value="Magick - Real.ogg"/>
|
|
<option name="onlineServerList" value="http://manasource.org/serverlist.xml"/>
|
|
<option name="defaultServer" value="server.themanaworld.org"/>
|
|
<option name="defaultPort" value="6901"/>
|
|
<option name="defaultServerType" value="eathena"/>
|
|
<option name="defaultUpdateHost" value="http://updates.themanaworld.org"/>
|
|
<option name="font" value="fonts/dejavusans.ttf" />
|
|
<option name="boldFont" value="fonts/dejavusans-bold.ttf" />
|
|
<option name="theme" value="wood" />
|
|
</configuration>
|