forked from jaildesigner-jailgames/jaildoctors_dilemma
Añadidas las fases del arounders
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name=no 38
|
||||
name=the final crossover
|
||||
bgColor=black
|
||||
border=red
|
||||
border=yellow
|
||||
tilemap=38.tmx
|
||||
tileset=standard.png
|
||||
roomUp=0
|
||||
@@ -9,25 +9,108 @@ roomLeft=39.room
|
||||
roomRight=37.room
|
||||
|
||||
[enemy]
|
||||
tileset=diskette.png
|
||||
animation=diskette.ani
|
||||
width=16
|
||||
height=16
|
||||
x=2
|
||||
y=2
|
||||
tileset=arounder_stop.png
|
||||
animation=arounder_stop.ani
|
||||
width=7
|
||||
height=8
|
||||
x=8
|
||||
y=11
|
||||
vx=0
|
||||
vy=0
|
||||
x1=2
|
||||
y1=2
|
||||
x2=2
|
||||
y2=2
|
||||
color=magenta
|
||||
x1=8
|
||||
y1=11
|
||||
x2=8
|
||||
y2=11
|
||||
color=white
|
||||
[/enemy]
|
||||
|
||||
[enemy]
|
||||
tileset=arounder_stop.png
|
||||
animation=arounder_stop.ani
|
||||
width=7
|
||||
height=8
|
||||
x=18
|
||||
y=11
|
||||
vx=0
|
||||
vy=0
|
||||
x1=18
|
||||
y1=11
|
||||
x2=18
|
||||
y2=11
|
||||
color=white
|
||||
[/enemy]
|
||||
|
||||
[enemy]
|
||||
tileset=arounder_walk.png
|
||||
animation=arounder_walk.ani
|
||||
width=5
|
||||
height=8
|
||||
x=12
|
||||
y=1
|
||||
vx=0.5
|
||||
vy=0
|
||||
x1=9
|
||||
y1=1
|
||||
x2=16
|
||||
y2=1
|
||||
color=white
|
||||
flip=true
|
||||
[/enemy]
|
||||
|
||||
[enemy]
|
||||
tileset=arounder_fly.png
|
||||
animation=arounder_fly.ani
|
||||
width=7
|
||||
height=7
|
||||
x=3
|
||||
y=1
|
||||
vx=0
|
||||
vy=0.7
|
||||
x1=3
|
||||
y1=1
|
||||
x2=3
|
||||
y2=9
|
||||
color=white
|
||||
flip=true
|
||||
[/enemy]
|
||||
|
||||
[enemy]
|
||||
tileset=mummy.png
|
||||
animation=mummy.ani
|
||||
width=8
|
||||
height=16
|
||||
x=12
|
||||
y=10
|
||||
vx=0.2
|
||||
vy=0
|
||||
x1=9
|
||||
y1=10
|
||||
x2=17
|
||||
y2=10
|
||||
color=yellow
|
||||
flip=true
|
||||
[/enemy]
|
||||
|
||||
[item]
|
||||
tileset=items.png
|
||||
tile=1
|
||||
x=1
|
||||
y=1
|
||||
tile=37
|
||||
x=16
|
||||
y=6
|
||||
counter=1
|
||||
[/item]
|
||||
|
||||
[item]
|
||||
tileset=items.png
|
||||
tile=37
|
||||
x=1
|
||||
y=4
|
||||
counter=2
|
||||
[/item]
|
||||
|
||||
[item]
|
||||
tileset=items.png
|
||||
tile=37
|
||||
x=29
|
||||
y=6
|
||||
counter=3
|
||||
[/item]
|
||||
Reference in New Issue
Block a user