misc
This commit is contained in:
parent
f8e3d78332
commit
b9b0726506
6 changed files with 140 additions and 81 deletions
121
rooms/world.sav
121
rooms/world.sav
|
|
@ -1,151 +1,152 @@
|
|||
{
|
||||
height=18,
|
||||
lastRoom="2",
|
||||
rooms={
|
||||
{
|
||||
y=11,
|
||||
name="start",
|
||||
x=9
|
||||
x=9,
|
||||
y=11
|
||||
},
|
||||
{
|
||||
y=10,
|
||||
name="3",
|
||||
x=10
|
||||
x=10,
|
||||
y=10
|
||||
},
|
||||
{
|
||||
y=10,
|
||||
name="4",
|
||||
x=11
|
||||
x=11,
|
||||
y=10
|
||||
},
|
||||
{
|
||||
y=10,
|
||||
name="5",
|
||||
x=12
|
||||
x=12,
|
||||
y=10
|
||||
},
|
||||
{
|
||||
y=9,
|
||||
name="village_1",
|
||||
x=12
|
||||
x=12,
|
||||
y=9
|
||||
},
|
||||
{
|
||||
y=8,
|
||||
name="village_2",
|
||||
x=12
|
||||
x=12,
|
||||
y=8
|
||||
},
|
||||
{
|
||||
y=8,
|
||||
name="village_3",
|
||||
x=13
|
||||
x=13,
|
||||
y=8
|
||||
},
|
||||
{
|
||||
y=8,
|
||||
name="village_4",
|
||||
x=11
|
||||
x=11,
|
||||
y=8
|
||||
},
|
||||
{
|
||||
y=7,
|
||||
name="yellow_1",
|
||||
x=11
|
||||
x=11,
|
||||
y=7
|
||||
},
|
||||
{
|
||||
y=6,
|
||||
name="yellow_3",
|
||||
x=11
|
||||
x=11,
|
||||
y=6
|
||||
},
|
||||
{
|
||||
y=7,
|
||||
name="yellow_2",
|
||||
x=12
|
||||
x=12,
|
||||
y=7
|
||||
},
|
||||
{
|
||||
y=5,
|
||||
name="yellow_4",
|
||||
x=11
|
||||
x=11,
|
||||
y=5
|
||||
},
|
||||
{
|
||||
y=4,
|
||||
name="yellow_5",
|
||||
x=11
|
||||
x=11,
|
||||
y=4
|
||||
},
|
||||
{
|
||||
y=5,
|
||||
name="yellow_6",
|
||||
x=10
|
||||
x=10,
|
||||
y=5
|
||||
},
|
||||
{
|
||||
y=1,
|
||||
name="default",
|
||||
x=1
|
||||
x=1,
|
||||
y=1
|
||||
},
|
||||
{
|
||||
y=1,
|
||||
name="old_yellow_3",
|
||||
x=3
|
||||
x=3,
|
||||
y=1
|
||||
},
|
||||
{
|
||||
y=1,
|
||||
name="test_patt",
|
||||
x=5
|
||||
x=5,
|
||||
y=1
|
||||
},
|
||||
{
|
||||
y=1,
|
||||
name="test_patt_update",
|
||||
x=7
|
||||
x=7,
|
||||
y=1
|
||||
},
|
||||
{
|
||||
y=1,
|
||||
name="white_asymmetrical",
|
||||
x=9
|
||||
x=9,
|
||||
y=1
|
||||
},
|
||||
{
|
||||
y=1,
|
||||
name="white_ok",
|
||||
x=11
|
||||
x=11,
|
||||
y=1
|
||||
},
|
||||
{
|
||||
y=1,
|
||||
name="white_primary",
|
||||
x=13
|
||||
x=13,
|
||||
y=1
|
||||
},
|
||||
{
|
||||
y=1,
|
||||
name="yellow_arches",
|
||||
x=15
|
||||
x=15,
|
||||
y=1
|
||||
},
|
||||
{
|
||||
y=1,
|
||||
name="yellow_asymmetrical",
|
||||
x=17
|
||||
x=17,
|
||||
y=1
|
||||
},
|
||||
{
|
||||
y=3,
|
||||
name="yellow_cc_moustache",
|
||||
x=1
|
||||
x=1,
|
||||
y=3
|
||||
},
|
||||
{
|
||||
y=3,
|
||||
name="yellow_color_changing_levvel_1",
|
||||
x=3
|
||||
x=3,
|
||||
y=3
|
||||
},
|
||||
{
|
||||
y=3,
|
||||
name="yellow_skull",
|
||||
x=5
|
||||
x=5,
|
||||
y=3
|
||||
},
|
||||
{
|
||||
y=3,
|
||||
name="yellow_smile",
|
||||
x=7
|
||||
x=7,
|
||||
y=3
|
||||
},
|
||||
{
|
||||
y=10,
|
||||
name="2",
|
||||
x=9
|
||||
x=9,
|
||||
y=10
|
||||
},
|
||||
{
|
||||
y=9,
|
||||
name="room_11_09",
|
||||
x=11
|
||||
x=11,
|
||||
y=9
|
||||
}
|
||||
},
|
||||
width=18,
|
||||
height=18
|
||||
width=18
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue