diff options
author | Micksha <ms-shaman@gmx.de> | 2021-06-09 12:31:37 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2021-06-09 12:31:37 +0000 |
commit | 1ff954455f11ad36dd7918c2bc8f79b0c58b3f4c (patch) | |
tree | bbfec544eb83442feeb9ee3e9dfd08c65de82b8d /graphics/sprites/equipment/weapons/staff.xml | |
parent | 594e8ff0923d54d57e71d53698d2a987beffd519 (diff) | |
parent | 302685b8462f86f494511d72877c1ed3df7fdafc (diff) | |
download | clientdata-1ff954455f11ad36dd7918c2bc8f79b0c58b3f4c.tar.gz clientdata-1ff954455f11ad36dd7918c2bc8f79b0c58b3f4c.tar.bz2 clientdata-1ff954455f11ad36dd7918c2bc8f79b0c58b3f4c.tar.xz clientdata-1ff954455f11ad36dd7918c2bc8f79b0c58b3f4c.zip |
Merge branch 'spritefix' into 'master'
Spritefix
Closes #4, #3, and #11
See merge request themanaworld/evolved/clientdata!14
Diffstat (limited to 'graphics/sprites/equipment/weapons/staff.xml')
-rw-r--r-- | graphics/sprites/equipment/weapons/staff.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/weapons/staff.xml b/graphics/sprites/equipment/weapons/staff.xml new file mode 100644 index 00000000..46880c7e --- /dev/null +++ b/graphics/sprites/equipment/weapons/staff.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> + +<!-- Author: Micksha +Copyright (C) 2021 The Mana World --> + +<sprite> + + <imageset name="base" + src="graphics/sprites/equipment/weapons/staff.png" + width="64" + height="64"/> + + <include file="model/base.xml"/> + +</sprite> |