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,59 @@
name=QVOID IS A JAILGAME!
bgColor=blue
border=bright_black
tileMapFile=30.tmx
tileSetFile=standard.gif
roomUp=0
roomDown=0
roomLeft=0
roomRight=29.room
[enemy]
animation=qvoid.ani
x=1
y=1
vx=42.0
vy=0
x1=1
y1=1
x2=29
y2=1
color=white
flip=true
[/enemy]
[enemy]
animation=qvoid.ani
x=29
y=1
vx=-42.0
vy=0
x1=1
y1=1
x2=29
y2=1
color=red
flip=true
[/enemy]
[enemy]
animation=qvoid.ani
x=6
y=7
vx=-30.0
vy=0
x1=1
y1=7
x2=27
y2=7
color=green
flip=true
[/enemy]
[item]
tileSetFile=items.gif
tile=20
x=1
y=2
counter=1
[/item]