Codebase list pipenightdreams / 80203090-6509-4d79-b4ba-6f76f59e7d00/main levels / 1.level
80203090-6509-4d79-b4ba-6f76f59e7d00/main

Tree @80203090-6509-4d79-b4ba-6f76f59e7d00/main (Download .tar.gz)

1.level @80203090-6509-4d79-b4ba-6f76f59e7d00/mainraw · history · blame

#The level structure must begin with the word "pipenightdreams"
pipenightdreams{
  speed=13			#defines the speed of the flow, must be >=1
  level=1			#not used
  required=10
  start_delay=1200		# between 0..2000
  graph_dir="pipes_metal"	#first directory to search for graphics
  graph_dir="flow_green"
  graph_dir="arrows_yellow"
  graph_dir="default"
  restrict_coef=0		#defines the % of restricted connections
  fixed_coef=0			#defines the % of fixed pipes
  background=mosaic		#defines the type of the background
  entry{			#entry attributes block
    row=1			
    column=1
    side=east
  }
  exit{                         #exit attributes block
    row=3
    column=6
    side=west
  }
}