diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-09-04 16:41:38 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-09-04 16:41:38 +0000 |
commit | 18e833287092b47a74417f6731955d74ac55b288 (patch) | |
tree | e056edff310d6a3d687a4b51b9334e4a98a3dad8 /graphics/sprites | |
parent | c77cd0a4136c238716ca899540f086e3d658d1bb (diff) | |
download | clientdata-18e833287092b47a74417f6731955d74ac55b288.tar.gz clientdata-18e833287092b47a74417f6731955d74ac55b288.tar.bz2 clientdata-18e833287092b47a74417f6731955d74ac55b288.tar.xz clientdata-18e833287092b47a74417f6731955d74ac55b288.zip |
add missing bola xml
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/equipment/shields/snakebola.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/shields/snakebola.xml b/graphics/sprites/equipment/shields/snakebola.xml new file mode 100644 index 00000000..9dacad04 --- /dev/null +++ b/graphics/sprites/equipment/shields/snakebola.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc +Copyright (C) 2018 TMW2: Mouboutaur Legends --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/shield/snakebola.png" + width="64" + height="64"/> + + <include file="races/human-male.xml"/> +</sprite>
\ No newline at end of file |