1#The level structure must begin with the word "pipenightdreams"
2pipenightdreams{
3  speed=4			#defines the speed of the flow, must be >=1
4  level=1			#not used
5  start_delay=900		# between 0..2000
6  graph_dir="pipes_toys"	#first directory to search for graphics
7  graph_dir="flow_light"
8  graph_dir="arrows_yellow"
9  graph_dir="default"
10  restrict_coef=0		#defines the % of restricted connections
11  fixed_coef=0			#defines the % of fixed pipes
12  background=mosaic		#defines the type of the background
13  required=20
14  entry{			#entry attributes block
15    row=1
16    column=2
17    side=east
18  }
19  exit{                         #exit attributes block
20    row=7
21    column=6
22    side=west
23  }
24  pipe{				#pipe attributes block
25    row=3
26    column=4
27    type=cross
28    fixed=yes
29    bonus=super
30    restricted_output=south
31  }
32  pipe{				#pipe attributes block
33    row=3
34    column=5
35    type=elbow_nw
36    fixed=yes
37  }
38  pipe{				#pipe attributes block
39    row=2
40    column=5
41    type=elbow_sw
42    fixed=yes
43  }
44  pipe{				#pipe attributes block
45    row=2
46    column=4
47    type=elbow_se
48    fixed=yes
49  }
50  pipe{				#pipe attributes block
51    row=0
52    column=1
53    type=elbow_se
54    fixed=yes
55  }
56  pipe{				#pipe attributes block
57    row=1
58    column=1
59    type=vertical
60    fixed=yes
61  }
62  pipe{				#pipe attributes block
63    row=2
64    column=1
65    type=elbow_ne
66    fixed=yes
67  }
68  pipe{				#pipe attributes block
69    row=0
70    column=2
71    type=horizontal
72    fixed=yes
73  }
74  pipe{				#pipe attributes block
75    row=0
76    column=3
77    type=elbow_sw
78    fixed=yes
79  }
80  pipe{				#pipe attributes block
81    row=2
82    column=2
83    type=horizontal
84    fixed=yes
85  }
86  pipe{				#pipe attributes block
87    row=2
88    column=3
89    type=elbow_nw
90    fixed=yes
91  }
92  pipe{				#pipe attributes block
93    row=1
94    column=3
95    type=cross
96    fixed=yes
97  }
98
99
100
101
102
103
104
105
106
107}
108