- Initial commit
This commit is contained in:
35
data/room/52.room
Normal file
35
data/room/52.room
Normal 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]
|
||||
Reference in New Issue
Block a user