diff options
author | mekolat <mekolat@gmail.com> | 2014-08-22 14:43:35 -0400 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2014-08-23 00:24:53 -0400 |
commit | 045d685a46a50775027f836ef58f01ac61e8901d (patch) | |
tree | 73abc6a5c5530db2761f0301b2890a33761a5e6c /graphics/sprites | |
parent | f74e101ca39f52ae80cf85a7787eb918087b12da (diff) | |
download | clientdata-045d685a46a50775027f836ef58f01ac61e8901d.tar.gz clientdata-045d685a46a50775027f836ef58f01ac61e8901d.tar.bz2 clientdata-045d685a46a50775027f836ef58f01ac61e8901d.tar.xz clientdata-045d685a46a50775027f836ef58f01ac61e8901d.zip |
make the ferry less spammy
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/model/city-emblems.png | bin | 0 -> 14238 bytes | |||
-rw-r--r-- | graphics/sprites/model/city-emblems.xml | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/graphics/sprites/model/city-emblems.png b/graphics/sprites/model/city-emblems.png Binary files differnew file mode 100644 index 00000000..c747b339 --- /dev/null +++ b/graphics/sprites/model/city-emblems.png diff --git a/graphics/sprites/model/city-emblems.xml b/graphics/sprites/model/city-emblems.xml new file mode 100644 index 00000000..14a72f4a --- /dev/null +++ b/graphics/sprites/model/city-emblems.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite variants="8" variant_offset="1"> + <imageset name="base" src="graphics/sprites/model/city-emblems.png" width="32" height="96"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |