- Initial commit
This commit is contained in:
52
data/room/02.room
Normal file
52
data/room/02.room
Normal file
@@ -0,0 +1,52 @@
|
||||
name=ROAD TO THE JAIL
|
||||
bgColor=black
|
||||
border=blue
|
||||
tileMapFile=02.tmx
|
||||
tileSetFile=standard.gif
|
||||
roomUp=0
|
||||
roomDown=04.room
|
||||
roomLeft=01.room
|
||||
roomRight=03.room
|
||||
itemColor1=yellow
|
||||
itemColor2=bright_yellow
|
||||
|
||||
[enemy]
|
||||
tileSetFile=bin.gif
|
||||
animation=bin.ani
|
||||
width=16
|
||||
height=8
|
||||
x=4
|
||||
y=7
|
||||
vx=0.6
|
||||
vy=0
|
||||
x1=4
|
||||
y1=7
|
||||
x2=25
|
||||
y2=7
|
||||
color=green
|
||||
[/enemy]
|
||||
|
||||
[enemy]
|
||||
tileSetFile=upv_student.gif
|
||||
animation=upv_student.ani
|
||||
width=8
|
||||
height=16
|
||||
x=4
|
||||
y=13
|
||||
vx=0.6
|
||||
vy=0
|
||||
x1=4
|
||||
y1=13
|
||||
x2=19
|
||||
y2=13
|
||||
color=cyan
|
||||
flip=true
|
||||
[/enemy]
|
||||
|
||||
[item]
|
||||
tileSetFile=items.gif
|
||||
tile=2
|
||||
x=4
|
||||
y=6
|
||||
counter=1
|
||||
[/item]
|
||||
Reference in New Issue
Block a user