diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-07 00:25:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-07 00:25:31 -0300 |
commit | dd7d17aeef044d7f8814b00ef9a748fdf865e38a (patch) | |
tree | b2fc7f9e335dda59562d8f13cb5477b9d178589c /graphics | |
parent | 994b0d4476689d1b7ad5a8f53ad3956237c246ec (diff) | |
download | clientdata-dd7d17aeef044d7f8814b00ef9a748fdf865e38a.tar.gz clientdata-dd7d17aeef044d7f8814b00ef9a748fdf865e38a.tar.bz2 clientdata-dd7d17aeef044d7f8814b00ef9a748fdf865e38a.tar.xz clientdata-dd7d17aeef044d7f8814b00ef9a748fdf865e38a.zip |
Blinking Eyes (Argaes & Tonori versions)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/accessories/eye-down-blink-argaes.png | bin | 0 -> 636 bytes | |||
-rw-r--r-- | graphics/sprites/accessories/eye-down-blink-argaes.xml | 12 | ||||
-rw-r--r-- | graphics/sprites/accessories/eye-down-blink-tonori.png | bin | 0 -> 644 bytes | |||
-rw-r--r-- | graphics/sprites/accessories/eye-down-blink-tonori.xml | 12 | ||||
-rw-r--r-- | graphics/sprites/equipment/head/eye-down-blink-argaes.xml | 13 | ||||
-rw-r--r-- | graphics/sprites/equipment/head/eye-down-blink-tonori.xml | 13 |
6 files changed, 50 insertions, 0 deletions
diff --git a/graphics/sprites/accessories/eye-down-blink-argaes.png b/graphics/sprites/accessories/eye-down-blink-argaes.png Binary files differnew file mode 100644 index 00000000..fa2bee83 --- /dev/null +++ b/graphics/sprites/accessories/eye-down-blink-argaes.png diff --git a/graphics/sprites/accessories/eye-down-blink-argaes.xml b/graphics/sprites/accessories/eye-down-blink-argaes.xml new file mode 100644 index 00000000..be6af96e --- /dev/null +++ b/graphics/sprites/accessories/eye-down-blink-argaes.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Jesusalva +Copyright (C) 2021 TMW2: Moubootaur Legends --> +<sprite> + <imageset name="base" + src="graphics/sprites/accessories/eye-down-blink-argaes.png" + width="16" + height="8" + offsetY="-51"/> + + <include file="accessories/eye-down-blink.xml"/> +</sprite> diff --git a/graphics/sprites/accessories/eye-down-blink-tonori.png b/graphics/sprites/accessories/eye-down-blink-tonori.png Binary files differnew file mode 100644 index 00000000..a42eae01 --- /dev/null +++ b/graphics/sprites/accessories/eye-down-blink-tonori.png diff --git a/graphics/sprites/accessories/eye-down-blink-tonori.xml b/graphics/sprites/accessories/eye-down-blink-tonori.xml new file mode 100644 index 00000000..2be1d5a8 --- /dev/null +++ b/graphics/sprites/accessories/eye-down-blink-tonori.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Jesusalva +Copyright (C) 2021 TMW2: Moubootaur Legends --> +<sprite> + <imageset name="base" + src="graphics/sprites/accessories/eye-down-blink-tonori.png" + width="16" + height="8" + offsetY="-51"/> + + <include file="accessories/eye-down-blink.xml"/> +</sprite> diff --git a/graphics/sprites/equipment/head/eye-down-blink-argaes.xml b/graphics/sprites/equipment/head/eye-down-blink-argaes.xml new file mode 100644 index 00000000..cdca1664 --- /dev/null +++ b/graphics/sprites/equipment/head/eye-down-blink-argaes.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Jesusalva +Copyright (C) 2021 TMW2: Moubootaur Legends --> +<sprite> + <imageset name="eye" + src="graphics/sprites/accessories/eye-down-blink-argaes.png" + width="16" + height="8" + offsetY="-41" + offsetX="-1"/> + + <include file="equipment/head/human-eye-blink.xml"/> +</sprite> diff --git a/graphics/sprites/equipment/head/eye-down-blink-tonori.xml b/graphics/sprites/equipment/head/eye-down-blink-tonori.xml new file mode 100644 index 00000000..884258d0 --- /dev/null +++ b/graphics/sprites/equipment/head/eye-down-blink-tonori.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Jesusalva +Copyright (C) 2021 TMW2: Moubootaur Legends --> +<sprite> + <imageset name="eye" + src="graphics/sprites/accessories/eye-down-blink-tonori.png" + width="16" + height="8" + offsetY="-41" + offsetX="-1"/> + + <include file="equipment/head/human-eye-blink.xml"/> +</sprite> |