1<music>
2	<music>
3		<!--
4		One or more playstate tags to denote which states to play this music file in.
5		Possible values are:-
6		loading, buying, playing, shot, score, wait
7		-->
8		<playstate>loading</playstate>
9		<playstate>wait</playstate>
10		<!-- The name of the file to play in this state(s) -->
11		<file>data/music/mix3_loop1.ogg</file>
12		<!-- Volume 0 to 1 -->
13		<gain>1</gain>
14	</music>
15	<music>
16		<playstate>buying</playstate>
17		<playstate>playing</playstate>
18		<file>data/music/mix3_loop2.ogg</file>
19		<gain>1</gain>
20	</music>
21	<music>
22		<playstate>score</playstate>
23		<playstate>shot</playstate>
24		<file>data/music/mix3_loop3.ogg</file>
25		<gain>1</gain>
26	</music>
27</music>