diff options
author | jak1 <jak1@themanaworld.org> | 2024-02-16 14:50:14 -0300 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-08-14 00:55:47 +0200 |
commit | fe2cc2e3a5b0c2ff8fea689017f0b23409670413 (patch) | |
tree | c9b57a47bcb6d339264a2da6b5d9ec49c0c37583 /docs/example.mana | |
parent | dc387d4646e29c888784ea38cbebe88299a1e8b2 (diff) | |
download | plus-master.tar.gz plus-master.tar.bz2 plus-master.tar.xz plus-master.zip |
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>
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..e39ab42d3 --- /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/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> |