mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
27 lines
486 B
Lua
27 lines
486 B
Lua
scene_config = {
|
|
begin_pos = { x = -3183.1, z = -3914.8 },
|
|
size = { x = 7251.8, z = 7647.9 },
|
|
born_pos = { x = 549.825, y = -43.0, z = 36.335 },
|
|
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
|
die_y = -80,
|
|
vision_anchor = { x = -3183.1, z = -3914.8 }
|
|
}
|
|
blocks = {
|
|
20011
|
|
}
|
|
|
|
block_rects = {
|
|
{
|
|
min = { x = -3183.1, z = -3914.8 },
|
|
max = { x = 4068.8, z = 3733.1 }
|
|
}
|
|
}
|
|
|
|
dummy_points = {
|
|
"dummy_points"
|
|
}
|
|
|
|
routes_config = {
|
|
"routes"
|
|
}
|