diff options
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>
|