forked from jaildesigner-jailgames/jaildoctors_dilemma
59 lines
582 B
Plaintext
59 lines
582 B
Plaintext
name=ENTRANCE TO THE VALLEY
|
|
bgColor=black
|
|
border=blue
|
|
tileMapFile=20.tmx
|
|
tileSetFile=standard.png
|
|
roomUp=0
|
|
roomDown=0
|
|
roomLeft=21.room
|
|
roomRight=19.room
|
|
itemColor1=magenta
|
|
itemColor2=blue
|
|
|
|
[enemy]
|
|
tileSetFile=bin.png
|
|
animation=bin.ani
|
|
width=16
|
|
height=8
|
|
x=8
|
|
y=12
|
|
vx=0.5
|
|
vy=0
|
|
x1=8
|
|
y1=12
|
|
x2=24
|
|
y2=12
|
|
color=magenta
|
|
[/enemy]
|
|
|
|
[enemy]
|
|
tileSetFile=code.png
|
|
animation=code.ani
|
|
width=16
|
|
height=16
|
|
x=13
|
|
y=2
|
|
vx=0
|
|
vy=0.5
|
|
x1=13
|
|
y1=2
|
|
x2=13
|
|
y2=9
|
|
color=yellow
|
|
[/enemy]
|
|
|
|
[item]
|
|
tileSetFile=items.png
|
|
tile=11
|
|
x=7
|
|
y=3
|
|
counter=1
|
|
[/item]
|
|
|
|
[item]
|
|
tileSetFile=items.png
|
|
tile=11
|
|
x=29
|
|
y=10
|
|
counter=2
|
|
[/item] |