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 45
bgColor=black
border=red
name=FEEL THE HEAT
bgColor=red
border=black
tileset=standard.png
roomUp=0
roomDown=0
@@ -12,25 +12,56 @@ roomRight=46.room
[/tilemap]
[enemy]
tileset=diskette.png
animation=diskette.ani
width=16
tileset=chip.png
animation=chip.ani
width=8
height=16
x=2
y=2
x=4
y=5
vx=0
vy=0
x1=2
vy=1
x1=4
y1=2
x2=2
y2=2
x2=4
y2=13
color=green
[/enemy]
[enemy]
tileset=chip.png
animation=chip.ani
width=8
height=16
x=10
y=4
vx=0
vy=1
x1=10
y1=2
x2=10
y2=13
color=bright_blue
[/enemy]
[enemy]
tileset=chip.png
animation=chip.ani
width=8
height=16
x=16
y=3
vx=0
vy=1
x1=16
y1=2
x2=16
y2=13
color=magenta
[/enemy]
[item]
tileset=items.png
tile=1
x=1
y=1
counter=1
tile=5
x=12
y=2
[/item]