1#The level structure must begin with the word "pipenightdreams"
2pipenightdreams{
3  speed=13			#defines the speed of the flow, must be >=1
4  level=1			#not used
5  start_delay=700		# between 0..2000
6  graph_dir="pipes_space/back02"#first directory to search for graphics
7  graph_dir="pipes_space"#first directory to search for graphics
8  graph_dir="flow_blue"
9  graph_dir="arrows_grey"
10  graph_dir="default"
11  restrict_coef=12		#defines the % of restricted connections
12  fixed_coef=8			#defines the % of fixed pipes
13  background=wallpaper		#defines the type of the background
14  required=28
15  entry{			#entry attributes block
16    row=2
17    column=1
18    side=west
19  }
20  exit{                         #exit attributes block
21    row=7
22    column=7
23    side=east
24  }
25  pipe{
26    row=6
27    column=3
28    type=horizontal
29    fixed=yes
30    restricted_output=east
31  }
32  pipe{
33    row=7
34    column=4
35    type=horizontal
36    fixed=yes
37    restricted_output=west
38  }
39  pipe{
40    row=6
41    column=1
42    type=cross
43    fixed=yes
44    restricted_output=south
45  }
46  pipe{
47    row=6
48    column=2
49    type=cross
50    fixed=yes
51    bonus=life
52    restricted_output=east
53  }
54  pipe{
55    row=1
56    column=7
57    type=cross
58    fixed=yes
59    bonus=hyper
60    restricted_output=west
61  }
62  pipe{
63    row=1
64    column=6
65    type=cross
66    fixed=yes
67    restricted_output=north
68  }
69}
70