diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-05-25 07:55:55 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-05-25 07:55:55 (GMT) |
commit | acc6122892a33b845da32b1d5b30dc6852c17e73 (patch) | |
tree | 978a84a77a6bccff08bace60d47a6b14cd9eefd2 /examples/animation/sub-attaq/data.xml | |
parent | 43eccd4e52402b9020a0cf26aa1486784f8abe0e (diff) | |
parent | 4147a2c788c39f09ef87181768a779cb701fd2bd (diff) | |
download | Qt-acc6122892a33b845da32b1d5b30dc6852c17e73.zip Qt-acc6122892a33b845da32b1d5b30dc6852c17e73.tar.gz Qt-acc6122892a33b845da32b1d5b30dc6852c17e73.tar.bz2 |
Merge branch 'master' into graphics-master
Diffstat (limited to 'examples/animation/sub-attaq/data.xml')
-rw-r--r-- | examples/animation/sub-attaq/data.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/animation/sub-attaq/data.xml b/examples/animation/sub-attaq/data.xml new file mode 100644 index 0000000..41d4754 --- /dev/null +++ b/examples/animation/sub-attaq/data.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<subattaq> + <submarines> + <submarine type="0" points="10" name="Q1" /> + <submarine type="1" points="20" name="Q2" /> + </submarines> + <levels> + <level id="0" name="Seaman recruit"> + <subinstance type="0" nb="2"/> + </level> + <level id="1" name="Seaman apprentice"> + <subinstance type="0" nb="4"/> + </level> + </levels> +</subattaq> |