diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-02-22 21:17:54 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-02-22 21:31:18 +0100 |
commit | 613df395e88fc029cc5883ca1004b30d3b0659d8 (patch) | |
tree | b3ff9ffe7df40990be62ded8af44234f2aa12f57 | |
parent | aeaf939fd7dae7dde6965fa3a23795bd654484d3 (diff) | |
download | clientdata-add-settings-xml.tar.gz clientdata-add-settings-xml.tar.bz2 clientdata-add-settings-xml.tar.xz clientdata-add-settings-xml.zip |
Add back settings.xml, used by Mana clientadd-settings-xml
I meant to add this back in c075b31405b2e38e856768ea32f4a424d8dfc0bb,
but apparently forgot.
-rw-r--r-- | settings.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/settings.xml b/settings.xml new file mode 100644 index 00000000..936cfc4d --- /dev/null +++ b/settings.xml @@ -0,0 +1,15 @@ +<!-- + This is the main world settings file for Mana client since version 0.7. + It defines all the settings, and can include additional XML files for this. +--> +<settings> + <include file="paths.xml" /> + <include file="skills.xml" /> + <include file="items.xml" /> + <include file="monsters.xml" /> + <include file="npcs.xml" /> + <include file="emotes.xml" /> + <include file="status-effects.xml" /> + <include file="itemcolors.xml" /> + <include file="units.xml" /> +</settings> |