summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2013-01-19 17:15:55 +0000
committerReid Yaro <reidyaro@gmail.com>2013-01-19 21:22:30 +0000
commitee62f29e4961389c73a20f2b2fda570f7fd34168 (patch)
tree67ba1cf2996ba35e05fd26476b4f091e04d9de12
parentde268859117effb1a79e4d06cb437af5c359d770 (diff)
downloadclientdata-ee62f29e4961389c73a20f2b2fda570f7fd34168.tar.gz
clientdata-ee62f29e4961389c73a20f2b2fda570f7fd34168.tar.bz2
clientdata-ee62f29e4961389c73a20f2b2fda570f7fd34168.tar.xz
clientdata-ee62f29e4961389c73a20f2b2fda570f7fd34168.zip
Add new error item. (copy of actual error.png from sprite which will be soon changed.)
-rw-r--r--LICENSE1
-rw-r--r--graphics/images/error.pngbin0 -> 619 bytes
-rw-r--r--paths.xml2
3 files changed, 2 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index 6667a637..d53a6912 100644
--- a/LICENSE
+++ b/LICENSE
@@ -19,6 +19,7 @@ http://www.gnu.org/licenses/gpl-2.0.html
# Images
graphics/images/spit23loginwallpaper_800x600.png (Kansu)
+ graphics/images/error.png (Reid)
graphics/images/ambient/clouds.png (Crush, Reid)
graphics/images/ambient/fog.png (Crush)
diff --git a/graphics/images/error.png b/graphics/images/error.png
new file mode 100644
index 00000000..0328bd19
--- /dev/null
+++ b/graphics/images/error.png
Binary files differ
diff --git a/paths.xml b/paths.xml
index 232c756a..970a835c 100644
--- a/paths.xml
+++ b/paths.xml
@@ -21,7 +21,7 @@ All folders listed below are relative to the clientdata/ directory.
<option name="wallpapers" value="graphics/images/"/>
<!-- Content paths used by the client. -->
- <option name="unknownItemFile" value="../sprites/error.xml"/>
+ <option name="unknownItemFile" value="error.png"/>
<option name="spriteErrorFile" value="error.xml"/>
<option name="wallpaperFile" value="login_wallpaper.png"/>
<option name="attackSfxFile" value="fist-swish.ogg"/>