Trabajando en la carga de recursos por nombre

This commit is contained in:
2022-10-31 18:37:48 +01:00
parent deb820015f
commit a354104c8c
10 changed files with 227 additions and 179 deletions

View File

@@ -1,33 +1,51 @@
name=no 25
bgColor=black
border=red
bgColor=blue
border=yellow
tileMapFile=25.tmx
tileSetFile=standard.png
roomUp=0
roomDown=0
roomLeft=06.room
roomRight=26.room
itemColor1=yellow
itemColor2=cyan
[enemy]
tileSetFile=diskette.png
animation=diskette.ani
tileSetFile=batman_bell.png
animation=batman_bell.ani
width=16
height=16
x=2
x=14
y=12
vx=0
vy=0
x1=14
y1=12
x2=14
y2=12
color=bright_cyan
[/enemy]
[enemy]
tileSetFile=bell.png
animation=bell.ani
width=16
height=16
x=14
y=2
vx=0
vy=0
x1=2
x1=14
y1=2
x2=2
x2=14
y2=2
color=magenta
color=bright_yellow
[/enemy]
[item]
tileSetFile=items.png
tile=1
x=1
y=1
tile=48
x=17
y=8
counter=1
[/item]