diff options
author | jak1 <jak1@themanaworld.org> | 2024-02-16 14:50:14 -0300 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-03-01 00:53:09 +0100 |
commit | 5623d2ca02a0f67f7158b4d4a2473e27d730b4cf (patch) | |
tree | 70eaa57b45bc9d187d73b1cfa681e40637932533 /docs/example.mana | |
parent | 860f95f125e5bf9acf9ac3bf7015aa500d1e1e73 (diff) | |
download | manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.tar.gz manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.tar.bz2 manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.tar.xz manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.zip |
Rename the program from ManaPlus to ManaVerse.
Diffstat (limited to 'docs/example.mana')
-rw-r--r-- | docs/example.mana | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/example.mana b/docs/example.mana new file mode 100644 index 000000000..93f8b1f42 --- /dev/null +++ b/docs/example.mana @@ -0,0 +1,24 @@ +<?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/manaverse"/> + <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> |