migrats els fitxers .room i .tmx a .yaml unificats

This commit is contained in:
2025-11-17 08:20:02 +01:00
parent a5d43dfb1f
commit 23fe4a35a9
298 changed files with 18063 additions and 507 deletions

View File

@@ -0,0 +1,89 @@
name=STATIC
bgColor=black
border=bright_magenta
tileMapFile=59.tmx
tileSetFile=standard.gif
roomUp=60.room
roomDown=0
roomLeft=58.room
roomRight=0
[enemy]
animation=wave.ani
x=1
y=10
vx=48.0
vy=0
x1=1
y1=10
x2=30
y2=10
color=magenta
[/enemy]
[enemy]
animation=wave.ani
x=30
y=4
vx=-48.0
vy=0
x1=1
y1=4
x2=30
y2=4
color=cyan
[/enemy]
[enemy]
animation=wave.ani
x=15
y=14
vx=-24.0
vy=0
x1=3
y1=14
x2=30
y2=14
color=green
[/enemy]
[item]
tileSetFile=items.gif
tile=24
x=29
y=13
counter=1
[/item]
[item]
tileSetFile=items.gif
tile=24
x=17
y=6
counter=2
[/item]
[item]
tileSetFile=items.gif
tile=24
x=9
y=6
counter=3
[/item]
[item]
tileSetFile=items.gif
tile=24
x=2
y=9
counter=4
[/item]
[item]
tileSetFile=items.gif
tile=24
x=29
y=3
counter=5
[/item]