File: level-template.cfg

package info (click to toggle)
frogatto-data 1.0-2
  • links: PTS, VCS
  • area: non-free
  • in suites: squeeze
  • size: 155,116 kB
  • sloc: makefile: 1
file content (42 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (2)
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
[level]
height="2000"
width="5300"
xscale="100"
yscale="100"

	[character]
	face_right="false"
	formula_test_frequency="10"
	is_human="true"
	type="frogatto"
	velocity_x="0"
	velocity_y="0"
	x="100"
	y="540"
	[/character]

	[portal]
	dest="20,0"
	level="level2.cfg"
	rect="5300,0,6018,10019"
	[/portal]

	[background]
	bottom="64b0ad"
	height="1200"
	top="64b0ad"
	width="10000"
		[layer]
		image="treeline1.png"
		xscale="25"
		yoffset="0"
		yscale="12"
		[/layer]
		[layer]
		image="treeline2.png"
		xscale="50"
		yoffset="1200"
		yscale="20"
		[/layer]
	[/background]
[/level]