diff options
author | wushin <pasekei@gmail.com> | 2015-11-18 23:32:44 -0600 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-01 12:26:29 -0500 |
commit | fab7a0c90e5b9a10cc960f2325833ea92810a2d6 (patch) | |
tree | c7023d5430097df898737fae7685cf5c78c8ab03 /graphics/sprites/model/base.xml | |
parent | 9c4ceb65aea0a40b0a4eb2ef3d12b9a37d9ec768 (diff) | |
download | clientdata-fab7a0c90e5b9a10cc960f2325833ea92810a2d6.tar.gz clientdata-fab7a0c90e5b9a10cc960f2325833ea92810a2d6.tar.bz2 clientdata-fab7a0c90e5b9a10cc960f2325833ea92810a2d6.tar.xz clientdata-fab7a0c90e5b9a10cc960f2325833ea92810a2d6.zip |
headless base models
Headless Base
Decapitation complete
redo all the hairstyles
Add N Head
Diffstat (limited to 'graphics/sprites/model/base.xml')
-rw-r--r-- | graphics/sprites/model/base.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/sprites/model/base.xml b/graphics/sprites/model/base.xml new file mode 100644 index 00000000..030a8fd7 --- /dev/null +++ b/graphics/sprites/model/base.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<sprite variants="135" variant_offset="1"> + <!-- FOR RETRO-COMPATIBILITY WITH OLD NPCs --> + <imageset name="base" src="graphics/sprites/model/Talponian.png|W;B;R" width="64" height="64"/> + <include file="model/Talponian.xml"/> +</sprite> |