diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-07 17:00:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-07 17:00:10 -0300 |
commit | ea521b7ff3d8f98fa29a399525439da91ba71b6a (patch) | |
tree | 4d4a0b3fa923f12dec7747a2cff28190797e07cc /graphics/sprites | |
parent | 3537367b95b612d0b4cf0711fe66494c84658be1 (diff) | |
download | clientdata-ea521b7ff3d8f98fa29a399525439da91ba71b6a.tar.gz clientdata-ea521b7ff3d8f98fa29a399525439da91ba71b6a.tar.bz2 clientdata-ea521b7ff3d8f98fa29a399525439da91ba71b6a.tar.xz clientdata-ea521b7ff3d8f98fa29a399525439da91ba71b6a.zip |
Still looks ugly but this helps a bit
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/npcs/simple/blossom.png | bin | 3318 -> 3250 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/simple/thorn.png | bin | 1548 -> 1491 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/blossom.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/thorn.xml | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/npcs/simple/blossom.png b/graphics/sprites/npcs/simple/blossom.png Binary files differindex dbde2424..6ea20215 100644 --- a/graphics/sprites/npcs/simple/blossom.png +++ b/graphics/sprites/npcs/simple/blossom.png diff --git a/graphics/sprites/npcs/simple/thorn.png b/graphics/sprites/npcs/simple/thorn.png Binary files differindex 1c10ea55..c1d1edc9 100644 --- a/graphics/sprites/npcs/simple/thorn.png +++ b/graphics/sprites/npcs/simple/thorn.png diff --git a/graphics/sprites/npcs/xml/blossom.xml b/graphics/sprites/npcs/xml/blossom.xml index 45177715..c847c6d5 100644 --- a/graphics/sprites/npcs/xml/blossom.xml +++ b/graphics/sprites/npcs/xml/blossom.xml @@ -6,7 +6,7 @@ Copyright (C) 2019 TMW2--> <imageset name="base" src="graphics/sprites/npcs/simple/blossom.png" width="64" - height="64"/> + height="96"/> <action name="stand" imageset="base"> <animation direction="default"> diff --git a/graphics/sprites/npcs/xml/thorn.xml b/graphics/sprites/npcs/xml/thorn.xml index 49f7276f..37e8738d 100644 --- a/graphics/sprites/npcs/xml/thorn.xml +++ b/graphics/sprites/npcs/xml/thorn.xml @@ -6,7 +6,7 @@ Copyright (C) 2019 TMW2--> <imageset name="base" src="graphics/sprites/npcs/simple/thorn.png" width="64" - height="64"/> + height="96"/> <action name="stand" imageset="base"> <animation direction="default"> |