diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-24 11:16:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-24 11:16:54 -0300 |
commit | 457eca0f44ca58f2015cd8e173c38e402d5c063e (patch) | |
tree | 9b2996c67d94375170a511314bd6d5070a09abb3 /graphics/sprites | |
parent | 663b3290b2128e37f799ca729a758b234e038571 (diff) | |
download | clientdata-457eca0f44ca58f2015cd8e173c38e402d5c063e.tar.gz clientdata-457eca0f44ca58f2015cd8e173c38e402d5c063e.tar.bz2 clientdata-457eca0f44ca58f2015cd8e173c38e402d5c063e.tar.xz clientdata-457eca0f44ca58f2015cd8e173c38e402d5c063e.zip |
Fix a typo on rEvolt items offset
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/equipment/shield/steel.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/shield/steel.xml b/graphics/sprites/equipment/shield/steel.xml new file mode 100644 index 0000000..42be5e2 --- /dev/null +++ b/graphics/sprites/equipment/shield/steel.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Jesusalva +Copyright (C) 2018 TMW2: Moubootaur Legends --> +<sprite> + <imageset name="shield" + src="graphics/sprites/equipment/shield/steel.png" + width="64" + height="64"/> + + <include file="equipment/shield/standard.xml"/> +</sprite> |