File: level7.level

package info (click to toggle)
trigger-data 0.5.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 7,356 kB
  • ctags: 7
  • sloc: makefile: 53
file content (67 lines) | stat: -rw-r--r-- 1,514 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0" ?>
<level 
	name="Tea in the Sahara"
	comment="Go faster than the camel"
	author="David PAGNIER"
	randomseed="1000">
	
	<terrain
		heightmap="level7-h.png"
		colormap="level7-c.jpg"
		foliagemap="level7-f.png"
		hudmap="level7-c.jpg"
		tilesize="16"
		horizontalscale="4.0"
		verticalscale="0.15"
		>
		
		<foliageband
			middle="0.5"
			range="0.5"
			density="0.000002"
			sprite="/textures/veg/cactus1.png"
			spritecount="1"
			/>
		
		
	</terrain>
	
	<weather
		cloudtexture="/textures/sky/blue.jpg"
		cloudscrollrate="0.003"
		fogcolor="0.9, 0.95, 1.0"
		fogdensity="0.01"
		fogdensitysky="0.8"
		/>
	
	<vehicleoption type="/vehicles/seat/seat.vehicle" />
	
	<race coordscale="4.0, -4.0"
		targettime="420.0">
		
		<startposition pos="35, 43, 2.0" oridegrees="180" />
		
		<checkpoint coords="151, 82" />
		<checkpoint coords="225, 80" />
		<checkpoint coords="184, 139" />
		<checkpoint coords="49, 224" />
		<checkpoint coords="252, 169" />
		<checkpoint coords="300, 64" />
		<checkpoint coords="363, 112" />
		<checkpoint coords="213, 216" />
		<checkpoint coords="160, 267" />
		<checkpoint coords="212, 249" />
		<checkpoint coords="350, 211" />
		<checkpoint coords="233, 295" />
		<checkpoint coords="122, 326" />
		<checkpoint coords="46, 411" />
		<checkpoint coords="108, 346" />
		<checkpoint coords="183, 376" />
		<checkpoint coords="299, 301" />
		<checkpoint coords="391, 398" />
		<checkpoint coords="420, 220" />
		<checkpoint coords="440, 35" />
		
	</race>
	
</level>