1#The level structure must begin with the word "pipenightdreams" 2pipenightdreams{ 3 speed=14 #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/back04"#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=14 #defines the % of restricted connections 12 fixed_coef=12 #defines the % of fixed pipes 13 background=wallpaper #defines the type of the background 14 required=19 15 entry{ #entry attributes block 16 row=4 17 column=4 18 side=north 19 } 20 exit{ #exit attributes block 21 row=5 22 column=5 23 side=south 24 } 25 pipe{ 26 row=0 27 column=0 28 type=elbow_se 29 fixed=yes 30 bonus=super 31 } 32 pipe{ 33 row=7 34 column=8 35 type=elbow_nw 36 fixed=yes 37 } 38} 39