File: warmup.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 (60 lines) | stat: -rw-r--r-- 1,192 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
<?xml version="1.0" ?>
<level
	name="Warm Up"
	comment="Take it easy on your first drive"
	author="Richard Langridge"
	randomseed="1000"
	>
	
	<terrain
		heightmap="heightmap.png"
		colormap="colormap.jpg"
		foliagemap="foliagemap.png"
		hudmap="colormap.jpg"
		tilesize="16"
		horizontalscale="3.0"
		verticalscale="0.10"
		>
		
		<foliageband
			middle="0.7"
			range="0.4"
			density="0.0002"
			sprite="/textures/veg/grass-sprite.png"
			spritecount="1"
			/>
		
		<foliageband
			middle="1.0"
			range="0.3"
			density="0.0001"
			sprite="/textures/veg/palmy.png"
			spritecount="3"
			/>
		
	</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="3.0, -3.0"
		targettime="85.0">
		
		<startposition pos="148, 100, 2.0" oridegrees="180" />
		
		<checkpoint coords="148, 100" />
		<checkpoint coords="182, 162" />
		<checkpoint coords="241, 137" />
		<checkpoint coords="342, 194" />
		<checkpoint coords="287, 249" />
		
	</race>
	
</level>