add dialog
This commit is contained in:
parent
c92c0f6ff7
commit
5413823b26
13 changed files with 390 additions and 32 deletions
76
rooms/jorge_room.sav
Normal file
76
rooms/jorge_room.sav
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
objects={
|
||||
{
|
||||
color="red",
|
||||
y=4,
|
||||
x=8,
|
||||
class="toilet"
|
||||
},
|
||||
{
|
||||
color="red",
|
||||
y=4,
|
||||
x=6,
|
||||
class="toilet"
|
||||
},
|
||||
{
|
||||
color="red",
|
||||
y=4,
|
||||
x=4,
|
||||
class="toilet"
|
||||
},
|
||||
{
|
||||
color="green",
|
||||
y=4,
|
||||
x=8,
|
||||
class="toilet"
|
||||
},
|
||||
{
|
||||
color="green",
|
||||
y=4,
|
||||
x=6,
|
||||
class="toilet"
|
||||
},
|
||||
{
|
||||
color="green",
|
||||
y=4,
|
||||
x=4,
|
||||
class="toilet"
|
||||
},
|
||||
{
|
||||
color="blue",
|
||||
y=4,
|
||||
x=8,
|
||||
class="toilet"
|
||||
},
|
||||
{
|
||||
color="blue",
|
||||
y=4,
|
||||
x=6,
|
||||
class="toilet"
|
||||
},
|
||||
{
|
||||
color="blue",
|
||||
y=4,
|
||||
x=4,
|
||||
class="toilet"
|
||||
},
|
||||
{
|
||||
color="red",
|
||||
y=8,
|
||||
x=6,
|
||||
class="player"
|
||||
},
|
||||
{
|
||||
color="green",
|
||||
y=8,
|
||||
x=6,
|
||||
class="player"
|
||||
},
|
||||
{
|
||||
color="blue",
|
||||
y=8,
|
||||
x=6,
|
||||
class="player"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -135,18 +135,23 @@ rooms={
|
|||
y=9,
|
||||
x=11
|
||||
},
|
||||
{
|
||||
name="4",
|
||||
y=3,
|
||||
x=5
|
||||
},
|
||||
{
|
||||
name="yellow_skull",
|
||||
y=3,
|
||||
x=9
|
||||
},
|
||||
{
|
||||
name="jorge_room",
|
||||
y=5,
|
||||
x=5
|
||||
},
|
||||
{
|
||||
name="4",
|
||||
y=10,
|
||||
x=11
|
||||
}
|
||||
},
|
||||
lastRoom="start",
|
||||
lastRoom="yellow_4",
|
||||
width=18,
|
||||
height=18
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue