Codebase list pipenightdreams / debian/0.9.0-2 levels / 9.level
debian/0.9.0-2

Tree @debian/0.9.0-2 (Download .tar.gz)

9.level @debian/0.9.0-2raw · history · blame

#The level structure must begin with the word "pipenightdreams"
pipenightdreams{
  speed=11			#defines the speed of the flow, must be >=1
  level=1			#not used
  start_delay=1000		# between 0..2000
  graph_dir="pipes_toys"	#first directory to search for graphics
  graph_dir="flow_light"
  graph_dir="arrows_yellow"
  graph_dir="default"
  restrict_coef=4		#defines the % of restricted connections
  fixed_coef=5			#defines the % of fixed pipes
  background=mosaic		#defines the type of the background
  require=25
  entry{			#entry attributes block
    row=6
    column=0
    side=north
  }
  exit{                         #exit attributes block
    row=4
    column=4
    side=south
  }
  pipe{
    row=2
    column=0
    type=cross
    fixed=yes
  }
  pipe{
    row=3
    column=0
    type=cross
    fixed=yes
  }
  pipe{
    row=4
    column=0
    type=vertical
    fixed=yes
  }
  pipe{
    row=2
    column=1
    type=horizontal
    fixed=yes
  }
  pipe{
    row=3
    column=1
    type=horizontal
    fixed=yes
  }
  pipe{
    row=2
    column=2
    type=elbow_sw
    fixed=yes
  }
  pipe{
    row=3
    column=2
    type=elbow_nw
    fixed=yes
  }
  pipe{
    row=2
    column=3
    type=cross
    fixed=yes
    bonus=super
  }
  pipe{
    row=3
    column=3
    type=vertical
    fixed=yes
  }
  pipe{
    row=4
    column=3
    type=vertical
    fixed=yes
  }
  pipe{
    row=2
    column=4
    type=elbow_sw
    fixed=yes
  }
  pipe{
    row=3
    column=4
    type=elbow_ne
    fixed=yes
  }
  pipe{
    row=3
    column=5
    type=cross
    fixed=yes
  }
  pipe{
    row=4
    column=5
    type=vertical
    fixed=yes
  }
  pipe{
    row=2
    column=5
    type=vertical
    fixed=yes
  }
  pipe{
    row=2
    column=6
    type=cross
    fixed=yes
  }
  pipe{
    row=3
    column=6
    type=vertical
    fixed=yes
  }
  pipe{
    row=4
    column=6
    type=cross
    fixed=yes
    bonus=super
  }
  pipe{
    row=2
    column=7
    type=horizontal
    fixed=yes
  }
  pipe{
    row=4
    column=7
    type=horizontal
    fixed=yes
  }
  pipe{
    row=2
    column=8
    type=elbow_sw
    fixed=yes
  }
  pipe{
    row=3
    column=8
    type=vertical
    fixed=yes
  }
  pipe{
    row=4
    column=8
    type=elbow_nw
    fixed=yes
  }
}