- Initial commit

This commit is contained in:
2025-10-24 14:22:11 +02:00
commit 2de1afba8f
326 changed files with 12309 additions and 0 deletions

84
data/room/06.room Normal file
View File

@@ -0,0 +1,84 @@
name=WELCOME TO MY ABBEY
bgColor=blue
border=yellow
tileMapFile=06.tmx
tileSetFile=standard.gif
roomUp=15.room
roomDown=0
roomLeft=05.room
roomRight=25.room
itemColor1=green
itemColor2=bright_blue
[enemy]
tileSetFile=abad.gif
animation=abad.ani
width=8
height=16
x=1
y=13
vx=0.8
vy=0
x1=1
y1=13
x2=23
y2=13
color=yellow
flip=true
[/enemy]
[enemy]
tileSetFile=spider.gif
animation=spider.ani
width=8
height=8
x=24
y=4
vx=0
vy=0.8
x1=24
y1=2
x2=24
y2=7
color=green
[/enemy]
[item]
tileSetFile=items.gif
tile=49
x=7
y=2
counter=1
[/item]
[item]
tileSetFile=items.gif
tile=49
x=1
y=14
counter=2
[/item]
[item]
tileSetFile=items.gif
tile=49
x=18
y=14
counter=3
[/item]
[item]
tileSetFile=items.gif
tile=49
x=30
y=9
counter=4
[/item]
[item]
tileSetFile=items.gif
tile=49
x=30
y=4
counter=5
[/item]