diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-07-08 04:34:03 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-07-08 04:34:03 +0000 |
commit | 6d0f60a808f419d6acaf54f020b2d53a00d843ba (patch) | |
tree | 0005d8e8b48a1a44afa0f40cc10829f79f217168 /docs/samples/character.xml | |
parent | c3e70f0b74a77d8aa0296c7991eb9768280426da (diff) |
docs: Added document modification documentation
git-svn-id: http://pugixml.googlecode.com/svn/trunk@574 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs/samples/character.xml')
-rw-r--r-- | docs/samples/character.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/samples/character.xml b/docs/samples/character.xml new file mode 100644 index 0000000..b0f6f3f --- /dev/null +++ b/docs/samples/character.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?>
+<network>
+ <animation clip="idle" flags="loop" />
+ <animation clip="run" flags="loop" />
+ <animation clip="attack" />
+
+ <?include transitions.xml?>
+</network>
|