work more on level 6.

This commit is contained in:
trans_soup 2023-10-27 21:12:21 +02:00
parent 0fa9117aa4
commit ca534d91f0
1 changed files with 27 additions and 4 deletions

View File

@ -55,20 +55,43 @@ create_level(6, {
// wall patroller
{
pos: [15, 295],
size: [30, 10],
pos: [0, 0],
size: [40, 10],
behaviour: "path",
meta: [
["points", [
[15, 10],
[15, 580],
[10, 10],
[10, 580],
[10, 580],
]],
["speeds", [
1,
2,
1/4,
]],
["offset", 3/4],
],
},
// big time limit thing
{
pos: [0, 0],
size: [400, 600],
behaviour: "path",
meta: [
["points", [
[800, 0],
[800, 0],
[400, 0],
]],
["speeds", [
1,
1/100,
0,
]],
["offset", 1],
],
},
],
effects: [],
});