diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:50:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:50:53 +0300 |
commit | 600a32a0190e0e0c5dbb67959be0bd33980eaa0d (patch) | |
tree | 9d3d648fe4ab84cc2025e36eadda3fba1fb1b5c4 /paths.xml | |
parent | 9f7d53bbb4f1eadf79d6ead094687f6a4eb11fbc (diff) | |
download | clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.gz clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.bz2 clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.xz clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.zip |
Revert "Reworked all XML files by replacing whitespaces by tabs."
This reverts commit 20c55f76999711f35118ee095e2ce2fd96ded0c2.
Diffstat (limited to 'paths.xml')
-rw-r--r-- | paths.xml | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -1,9 +1,5 @@ <?xml version="1.0"?> - -<!-- Authors: The Mana World & Evol Online. --> - -<!-- -Use this file to override default data paths used by the system. +<!-- Use this file to override default data paths used by the system If this file is not used, the hard-coded defaults are the following: Files: Default paths: @@ -18,9 +14,9 @@ Default minimaps path: graphics/minimaps/ Default particles path: graphics/particles/ Default sprite path: graphics/sprites/ Default maps path: maps/ -Default sfx path: sfx/ +Default sfx path: sfx/ -Hard-coded reference files (some could be handled differently later): +Hard-coded reference files (Some could be handled differently later): Files: Default paths: ============= =============== @@ -46,7 +42,7 @@ Also, don't forget to add the '/' path separator at the end of folder values. <option name="minimaps" value="graphics/minimaps/"/> <option name="maps" value="maps/"/> <option name="sfx" value="sfx/"/> - <option name="attackSfxFile" value="weapons/fist/hit1.ogg"/> + <option name="attackSfxFile" value="weapons/fist/hit-1.ogg"/> <option name="music" value="music/"/> <option name="wallpapers" value="graphics/images/"/> <option name="wallpaperFile" value="login_wallpaper.png"/> |