- 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

89
data/room/11.room Normal file
View File

@@ -0,0 +1,89 @@
name=LAZY ROOM
bgColor=black
border=blue
tileMapFile=11.tmx
tileSetFile=standard.gif
roomUp=0
roomDown=0
roomLeft=10.room
roomRight=12.room
[enemy]
tileSetFile=lamp.gif
animation=lamp.ani
width=16
height=16
x=7
y=10
vx=0
vy=0
x1=7
y1=10
x2=7
y2=10
color=magenta
[/enemy]
[enemy]
tileSetFile=lamp.gif
animation=lamp.ani
width=16
height=16
x=21
y=10
vx=0
vy=0
x1=21
y1=10
x2=21
y2=10
color=magenta
[/enemy]
[enemy]
tileSetFile=bin.gif
animation=bin.ani
width=16
height=8
x=12
y=14
vx=0.8
vy=0
x1=3
y1=14
x2=27
y2=14
color=green
[/enemy]
[enemy]
tileSetFile=wave.gif
animation=wave.ani
width=8
height=8
x=7
y=6
vx=0.5
vy=0
x1=0
y1=6
x2=14
y2=6
color=green
[/enemy]
[enemy]
tileSetFile=wave.gif
animation=wave.ani
width=8
height=8
x=23
y=6
vx=-0.5
vy=0
x1=16
y1=6
x2=31
y2=6
color=green
[/enemy]