1#The level structure must begin with the word "pipenightdreams" 2pipenightdreams{ 3 speed=3 #defines the speed of the flow, must be >=1 4 level=1 #not used 5 start_delay=1200 # between 0..2000 6 graph_dir="pipes_metal" #first directory to search for graphics 7 graph_dir="flow_green" 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 required=12 13 background=mosaic #defines the type of the background 14 entry{ #entry attributes block 15 row=6 16 column=4 17 side=north 18 } 19 exit{ #exit attributes block 20 row=1 21 column=4 22 side=south 23 } 24 pipe{ #pipe attributes block 25 row=3 26 column=3 27 type=horizontal 28 fixed=yes 29 } 30 pipe{ #pipe attributes block 31 row=3 32 column=4 33 type=horizontal 34 fixed=yes 35 bonus=super 36 } 37 pipe{ #pipe attributes block 38 row=3 39 column=5 40 type=horizontal 41 fixed=yes 42 } 43} 44