- 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

35
data/room/52.room Normal file
View File

@@ -0,0 +1,35 @@
name=BREAKOUT.LUA
bgColor=black
border=black
tileMapFile=52.tmx
tileSetFile=standard.gif
roomUp=0
roomDown=0
roomLeft=0
roomRight=51.room
itemColor1=bright_white
itemColor2=black
[enemy]
tileSetFile=breakout.gif
animation=breakout.ani
width=24
height=32
x=1
y=6
vx=2.2
vy=0
x1=1
y1=6
x2=22
y2=6
color=white
[/enemy]
[item]
tileSetFile=items.gif
tile=39
x=1
y=13
counter=1
[/item]