Creando mapas

This commit is contained in:
2022-09-19 20:56:50 +02:00
parent 5a74a99fcb
commit b117223756
34 changed files with 373 additions and 229 deletions

View File

@@ -1,6 +1,6 @@
name=no 13
name=matatunos
bgColor=black
border=red
border=blue
tileset=standard.png
roomUp=0
roomDown=0
@@ -12,25 +12,89 @@ roomRight=14.room
[/tilemap]
[enemy]
tileset=diskette.png
animation=diskette.ani
tileset=matatunos.png
animation=matatunos.ani
width=16
height=16
x=2
y=2
x=5
y=1
vx=0
vy=0
x1=2
y1=2
x2=2
y2=2
color=magenta
vy=1
x1=5
y1=1
x2=5
y2=13
color=bright_blue
[/enemy]
[enemy]
tileset=tuno.png
animation=tuno.ani
width=16
height=16
x=12
y=4
vx=0
vy=0.9
x1=12
y1=1
x2=12
y2=13
color=red
[/enemy]
[enemy]
tileset=tuno.png
animation=tuno.ani
width=16
height=16
x=19
y=7
vx=0
vy=0.8
x1=19
y1=1
x2=19
y2=13
color=red
[/enemy]
[enemy]
tileset=tuno.png
animation=tuno.ani
width=16
height=16
x=26
y=11
vx=0
vy=0.7
x1=26
y1=1
x2=26
y2=13
color=red
[/enemy]
[item]
tileset=items.png
tile=1
x=1
y=1
tile=0
x=9
y=5
counter=1
[/item]
[item]
tileset=items.png
tile=0
x=16
y=5
counter=2
[/item]
[item]
tileset=items.png
tile=0
x=23
y=5
counter=3
[/item]