- 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

51
data/room/43.room Normal file
View File

@@ -0,0 +1,51 @@
name=THE TUBE
bgColor=black
border=blue
tileMapFile=43.tmx
tileSetFile=standard.gif
roomUp=42.room
roomDown=44.room
roomLeft=0
roomRight=0
itemColor1=yellow
itemColor2=red
[enemy]
tileSetFile=spider.gif
animation=spider.ani
width=8
height=8
x=20
y=5
vx=0.3
vy=0
x1=20
y1=5
x2=23
y2=5
color=cyan
[/enemy]
[enemy]
tileSetFile=spider.gif
animation=spider.ani
width=8
height=8
x=22
y=11
vx=0.3
vy=0
x1=20
y1=11
x2=23
y2=11
color=green
[/enemy]
[item]
tileSetFile=items.gif
tile=8
x=21
y=10
counter=1
[/item]