File: animation_book.xml

package info (click to toggle)
mlv 3.1.0-8
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 10,596 kB
  • sloc: ansic: 18,982; sh: 4,760; makefile: 381; objc: 246; xml: 92
file content (114 lines) | stat: -rw-r--r-- 2,068 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<animation_book>


<layers>
	<layer>graphic</layer>
	<layer>team differences</layer>
</layers>

<channels>
	<channel>action</channel>
</channels>


<page>
	<name>creature</name>

	<width>79</width>
	<height>79</height>

	<columns>4</columns>

	<image>
		<layer>graphic</layer>
		<file>creature.png</file>
	</image>
	<image>
		<layer>team differences</layer>
		<file>creature.png</file>
	</image>
</page>


<sound>
	<name>walk</name>
	<sample>
		<channel>action</channel>
		<file>walk.ogg</file>
	</sample>
</sound>
<sound>
	<name>gallop</name>
	<sample>
		<channel>action</channel>
		<file>gallop.ogg</file>
	</sample>
</sound>


<animation>
	<name>walk</name>
	<page>creature</page>
	<frame>
		<panel>0</panel>
		<time>4</time>
		<sound>walk</sound>
	</frame>
	<frame>
		<panel>1</panel>
		<time>4</time>
	</frame>
	<frame>
		<panel>2</panel>
		<time>4</time>
		<sound>walk</sound>
	</frame>
	<frame>
		<panel>3</panel>
		<time>4</time>
	</frame>
</animation>

<animation>
	<name>run</name>
	<page>creature</page>
	<frame>
		<panel>4</panel>
		<time>3</time>
		<sound>gallop</sound>
	</frame>
	<frame>
		<panel>5</panel>
		<time>3</time>
	</frame>
	<frame>
		<panel>6</panel>
		<time>3</time>
	</frame>
	<frame>
		<panel>5</panel>
		<time>3</time>
	</frame>
</animation>

</animation_book>

<!--
   This file is part of the MLV Library.

   Copyright (C) 2010,2011,2012,2013 Adrien Boussicault, Marc Zipstein


    This Library is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This Library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this Library.  If not, see <http://www.gnu.org/licenses/>.
-->