diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-06-09 11:29:08 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-06-12 12:39:36 -0600 |
commit | 66fa5b45e5b9d8ed1838f2ea336771cc1839cf92 (patch) | |
tree | 33df20b782bf8427f82ddcb1ab9ea10dcedaa05a /data/graphics/images | |
parent | 24d29f88e6e8a28177d404bfa3ed87896bdd7a1f (diff) | |
download | mana-66fa5b45e5b9d8ed1838f2ea336771cc1839cf92.tar.gz mana-66fa5b45e5b9d8ed1838f2ea336771cc1839cf92.tar.bz2 mana-66fa5b45e5b9d8ed1838f2ea336771cc1839cf92.tar.xz mana-66fa5b45e5b9d8ed1838f2ea336771cc1839cf92.zip |
Add error.xml to client repository and move error.png
There is no reason why error.xml shouldn't be in this repository, as it is used
when no sprite data is present and is a very small file anyways. Servers can
still replace these if they want to. error.png is only used in sprites, so
should be in the new sprites folder too.
Reviewed-by: 4144
Diffstat (limited to 'data/graphics/images')
-rw-r--r-- | data/graphics/images/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/graphics/images/Makefile.am | 3 | ||||
-rw-r--r-- | data/graphics/images/error.png | bin | 314 -> 0 bytes |
3 files changed, 1 insertions, 3 deletions
diff --git a/data/graphics/images/CMakeLists.txt b/data/graphics/images/CMakeLists.txt index 5181b4e1..6694f254 100644 --- a/data/graphics/images/CMakeLists.txt +++ b/data/graphics/images/CMakeLists.txt @@ -1,5 +1,4 @@ SET(FILES - error.png login_wallpaper.png ) diff --git a/data/graphics/images/Makefile.am b/data/graphics/images/Makefile.am index 0bc2a5cd..20ea859f 100644 --- a/data/graphics/images/Makefile.am +++ b/data/graphics/images/Makefile.am @@ -1,9 +1,8 @@ imagesdir = $(pkgdatadir)/data/graphics/images images_DATA = \ - error.png \ login_wallpaper.png EXTRA_DIST = \ - $(images_DATA) \ + $(images_DATA) \ CMakeLists.txt diff --git a/data/graphics/images/error.png b/data/graphics/images/error.png Binary files differdeleted file mode 100644 index 6fd7c1a8..00000000 --- a/data/graphics/images/error.png +++ /dev/null |