76 lines
662 B
Text
76 lines
662 B
Text
|
|
{
|
||
|
|
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"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|