diff options
author | Alige <aligetmw@hotmail.fr> | 2012-05-23 14:59:40 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-05-23 14:59:40 +0200 |
commit | 69f6ab18df210bf027f5f771fee41821e4fd635a (patch) | |
tree | 289c7e8fba1065234f18516b9352ba6a1fdfc0c1 /graphics/sprites/npcs/XML/gugli.xml | |
parent | 68fc44b17c52dadd00a39eef4e50a70560911f5b (diff) | |
download | clientdata-69f6ab18df210bf027f5f771fee41821e4fd635a.tar.gz clientdata-69f6ab18df210bf027f5f771fee41821e4fd635a.tar.bz2 clientdata-69f6ab18df210bf027f5f771fee41821e4fd635a.tar.xz clientdata-69f6ab18df210bf027f5f771fee41821e4fd635a.zip |
Renamed the npcs/XML/ folder to npcs/xml. Files or folders shouldn't have capital letters.
Diffstat (limited to 'graphics/sprites/npcs/XML/gugli.xml')
-rw-r--r-- | graphics/sprites/npcs/XML/gugli.xml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/graphics/sprites/npcs/XML/gugli.xml b/graphics/sprites/npcs/XML/gugli.xml deleted file mode 100644 index 37e0eadc..00000000 --- a/graphics/sprites/npcs/XML/gugli.xml +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version="1.0"?> -<!-- Author : Reid 4144 -Copyright (C) 2011-2012 Evol Online - -Example of the extended animation tags. -Allow set in attribute value any frame numbers. - -Both of these examples show the same thing: - <sequence start="55" end="60" delay="75" /> - <sequence value="55-60" delay="75" /> - <sequence value="55,56,57,58,59,60" delay="75" /> --> - -<sprite> - <imageset name="base" src="graphics/sprites/npcs/sprite/gugli.png" width="70" height="70" offsetX ="-7" offsetY ="2"/> - - <action name="stand" imageset="base"> - - <animation direction="default"> - <label name="start"/> - <!-- 40% used on "long" label. --> - <goto label="long" rand="40"/> - <!-- 100% from the 60% unused percent are used on "simple" label. --> - <goto label="simple" rand="100"/> - <!-- Long move leg animation. --> - <label name="long"/> - <frame index="0" delay="120"/> - <sequence value="1,2" delay="110"/> - <frame index="3" delay="120"/> - <sequence value="2,1" delay="110"/> - <jump label="start"/> - <!-- Simple move leg animation. --> - <label name="simple"/> - <frame index="0" delay="120"/> - <frame index="1" delay="110"/> - <frame index="2" delay="120"/> - <frame index="1" delay="110"/> - <jump label="start"/> - </animation> - </action> - -</sprite>
\ No newline at end of file |