forked from jaildesigner-jailgames/jaildoctors_dilemma
Añadiendo habitaciones
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name=THE KITCHEN
|
||||
name=SANDWITCH AND COUNTER
|
||||
bgColor=black
|
||||
border=cyan
|
||||
tileMapFile=44.tmx
|
||||
@@ -7,27 +7,46 @@ roomUp=43.room
|
||||
roomDown=16.room
|
||||
roomLeft=0
|
||||
roomRight=0
|
||||
itemColor1=white
|
||||
itemColor2=red
|
||||
|
||||
[enemy]
|
||||
tileSetFile=diskette.png
|
||||
animation=diskette.ani
|
||||
width=16
|
||||
tileSetFile=congo.png
|
||||
animation=congo.ani
|
||||
width=8
|
||||
height=16
|
||||
x=2
|
||||
y=2
|
||||
vx=0
|
||||
y=4
|
||||
vx=0.5
|
||||
vy=0
|
||||
x1=2
|
||||
y1=2
|
||||
x2=2
|
||||
y2=2
|
||||
color=magenta
|
||||
y1=4
|
||||
x2=14
|
||||
y2=4
|
||||
color=green
|
||||
flip=true
|
||||
[/enemy]
|
||||
|
||||
[enemy]
|
||||
tileSetFile=crosshair.png
|
||||
animation=crosshair.ani
|
||||
width=16
|
||||
height=16
|
||||
x=23
|
||||
y=4
|
||||
vx=0
|
||||
vy=0.8
|
||||
x1=23
|
||||
y1=4
|
||||
x2=23
|
||||
y2=13
|
||||
color=yellow
|
||||
[/enemy]
|
||||
|
||||
[item]
|
||||
tileSetFile=items.png
|
||||
tile=1
|
||||
x=1
|
||||
y=1
|
||||
tile=8
|
||||
x=2
|
||||
y=2
|
||||
counter=1
|
||||
[/item]
|
||||
Reference in New Issue
Block a user