- Initial commit
This commit is contained in:
59
data/room/20.room
Normal file
59
data/room/20.room
Normal file
@@ -0,0 +1,59 @@
|
||||
name=ENTRANCE TO THE VALLEY
|
||||
bgColor=black
|
||||
border=red
|
||||
tileMapFile=20.tmx
|
||||
tileSetFile=standard.gif
|
||||
roomUp=0
|
||||
roomDown=0
|
||||
roomLeft=21.room
|
||||
roomRight=19.room
|
||||
itemColor1=magenta
|
||||
itemColor2=green
|
||||
|
||||
[enemy]
|
||||
tileSetFile=bin.gif
|
||||
animation=bin.ani
|
||||
width=16
|
||||
height=8
|
||||
x=8
|
||||
y=12
|
||||
vx=1
|
||||
vy=0
|
||||
x1=8
|
||||
y1=12
|
||||
x2=24
|
||||
y2=12
|
||||
color=green
|
||||
[/enemy]
|
||||
|
||||
[enemy]
|
||||
tileSetFile=code.gif
|
||||
animation=code.ani
|
||||
width=16
|
||||
height=16
|
||||
x=13
|
||||
y=2
|
||||
vx=0
|
||||
vy=0.5
|
||||
x1=13
|
||||
y1=2
|
||||
x2=13
|
||||
y2=9
|
||||
color=yellow
|
||||
[/enemy]
|
||||
|
||||
[item]
|
||||
tileSetFile=items.gif
|
||||
tile=19
|
||||
x=7
|
||||
y=3
|
||||
counter=1
|
||||
[/item]
|
||||
|
||||
[item]
|
||||
tileSetFile=items.gif
|
||||
tile=19
|
||||
x=27
|
||||
y=8
|
||||
counter=2
|
||||
[/item]
|
||||
Reference in New Issue
Block a user