Calibrando habitaciones

This commit is contained in:
2022-11-08 19:18:48 +01:00
parent 3ef2ce3c0d
commit 977e134172
26 changed files with 328 additions and 172 deletions

View File

@@ -1,6 +1,6 @@
name=no 11
name=LAZY ROOM
bgColor=black
border=red
border=blue
tileMapFile=11.tmx
tileSetFile=standard.png
roomUp=0
@@ -9,25 +9,81 @@ roomLeft=10.room
roomRight=12.room
[enemy]
tileSetFile=diskette.png
animation=diskette.ani
tileSetFile=lamp.png
animation=lamp.ani
width=16
height=16
x=2
y=2
x=7
y=10
vx=0
vy=0
x1=2
y1=2
x2=2
y2=2
x1=7
y1=10
x2=7
y2=10
color=magenta
[/enemy]
[item]
tileSetFile=items.png
tile=1
x=1
y=1
counter=1
[/item]
[enemy]
tileSetFile=lamp.png
animation=lamp.ani
width=16
height=16
x=21
y=10
vx=0
vy=0
x1=21
y1=10
x2=21
y2=10
color=magenta
[/enemy]
[enemy]
tileSetFile=bin.png
animation=bin.ani
width=16
height=8
x=12
y=14
vx=0.8
vy=0
x1=3
y1=14
x2=27
y2=14
color=green
[/enemy]
[enemy]
tileSetFile=wave.png
animation=wave.ani
width=8
height=8
x=7
y=6
vx=0.5
vy=0
x1=0
y1=6
x2=14
y2=6
color=green
[/enemy]
[enemy]
tileSetFile=wave.png
animation=wave.ani
width=8
height=8
x=23
y=6
vx=-0.5
vy=0
x1=16
y1=6
x2=31
y2=6
color=green
[/enemy]