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