blob: 8ea7765352da7ed9f20ef1de71403ac78bbbe8eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
name night workshift
netName NW
screen night_workshift.png
loadModule file="modPipe.so"
loadMusic file="night_workshift.ogg" name="night_workshift"
loadImage file="l2.pitch.png" name="pitch" alpha="no"
loadImage file="l2.potrubi.png" name="potrubi" alpha="yes"
loadImage file="l2.retez.png" name="retez" alpha="yes"
loadImage file="l2.barel.png" name="barel" alpha="yes"
loadImage file="l2.nadrz.png" name="nadrz" alpha="yes"
loadImage file="l2.trubky.png" name="trubky" alpha="yes"
loadImage file="l2.trubka2.png" name="trubka2" alpha="yes"
loadImage file="l2.trubka6.png" name="trubka6" alpha="yes"
loadImage file="l2.trubka4.png" name="trubka4" alpha="yes"
loadImage file="l2.trubka8.png" name="trubka8" alpha="yes"
background image="pitch"
playMusic music="night_workshift"
wall x="0" y="0" w="0" h="0" img_x="0" img_y="366" layer="1" image="potrubi"
wall x="0" y="0" w="0" h="0" img_x="393" img_y="20" layer="1" image="retez"
wall x="535" y="480" w="175" h="31" img_x="531" img_y="421" layer="0" image="barel"
wall x="333" y="146" w="287" h="18" img_x="331" img_y="2" layer="0" image="nadrz"
wall x="125" y="318" w="37" h="162" img_x="106" img_y="320" layer="0" image="trubky"
pipe x="187" y="0" w="50" h="100" layer="0" position="2" id="1" id_out="4" image="trubka2"
pipe x="0" y="187" w="100" h="50" layer="0" position="6" id="2" id_out="3" image="trubka6"
pipe x="737" y="312" w="100" h="50" layer="0" position="4" id="3" id_out="2" image="trubka4"
pipe x="400" y="500" w="50" h="100" layer="0" position="8" id="4" id_out="1" image="trubka8"
|