File: music.xml

package info (click to toggle)
scorched3d 41.3dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 159,620 kB
  • ctags: 26,898
  • sloc: cpp: 110,179; xml: 36,743; ansic: 31,536; makefile: 4,321; sh: 3,708; perl: 1,522; java: 209; python: 188; sql: 146
file content (27 lines) | stat: -rw-r--r-- 685 bytes parent folder | download
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
<music>
	<music>
		<!-- 
		One or more playstate tags to denote which states to play this music file in.   
		Possible values are:-
		loading, buying, playing, shot, score, wait
		-->
		<playstate>loading</playstate>
		<playstate>wait</playstate>
		<!-- The name of the file to play in this state(s) -->
		<file>data/music/mix3_loop1.ogg</file>
		<!-- Volume 0 to 1 -->
		<gain>1</gain>
	</music>
	<music>
		<playstate>buying</playstate>
		<playstate>playing</playstate>
		<file>data/music/mix3_loop2.ogg</file>
		<gain>1</gain>
	</music>
	<music>
		<playstate>score</playstate>
		<playstate>shot</playstate>
		<file>data/music/mix3_loop3.ogg</file>
		<gain>1</gain>
	</music>
</music>