diff options
author | HoraK-FDF <horak-fdf@web.de> | 2021-05-23 16:11:08 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-23 16:11:08 +0000 |
commit | f16447f90a2a26f4acaee22af03db37eb5c95283 (patch) | |
tree | f84e0ae40fffd1a5ebe4f32ea6ca94bd4a35a280 /graphics/sprites | |
parent | 0a6a7513063718c08d5d8eb467680abb16b5e562 (diff) | |
download | clientdata-f16447f90a2a26f4acaee22af03db37eb5c95283.tar.gz clientdata-f16447f90a2a26f4acaee22af03db37eb5c95283.tar.bz2 clientdata-f16447f90a2a26f4acaee22af03db37eb5c95283.tar.xz clientdata-f16447f90a2a26f4acaee22af03db37eb5c95283.zip |
Outline weight symbols
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/icons/weight-big.png | bin | 322 -> 348 bytes | |||
-rw-r--r-- | graphics/sprites/icons/weight-big.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/icons/weight-small.png | bin | 315 -> 346 bytes | |||
-rw-r--r-- | graphics/sprites/icons/weight-small.xml | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/icons/weight-big.png b/graphics/sprites/icons/weight-big.png Binary files differindex 1671e63e..632c9d1f 100644 --- a/graphics/sprites/icons/weight-big.png +++ b/graphics/sprites/icons/weight-big.png diff --git a/graphics/sprites/icons/weight-big.xml b/graphics/sprites/icons/weight-big.xml index 7bb3521b..d3e20a2f 100644 --- a/graphics/sprites/icons/weight-big.xml +++ b/graphics/sprites/icons/weight-big.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/icons/weight-big.png" width="14" height="16"/> + <imageset name="base" src="graphics/sprites/icons/weight-big.png" width="16" height="16"/> <action name="default" imageset="base"> <animation direction="default"> <frame index="0" offsetY="-11" delay="500"/> diff --git a/graphics/sprites/icons/weight-small.png b/graphics/sprites/icons/weight-small.png Binary files differindex fc3a3bc1..c4a14281 100644 --- a/graphics/sprites/icons/weight-small.png +++ b/graphics/sprites/icons/weight-small.png diff --git a/graphics/sprites/icons/weight-small.xml b/graphics/sprites/icons/weight-small.xml index 3c14c2ac..f21eda83 100644 --- a/graphics/sprites/icons/weight-small.xml +++ b/graphics/sprites/icons/weight-small.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/icons/weight-small.png" width="10" height="16"/> + <imageset name="base" src="graphics/sprites/icons/weight-small.png" width="12" height="16"/> <action name="default" imageset="base"> <animation direction="default"> <frame index="0" offsetY="-11" delay="500"/> |