mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-04-28 09:05:26 +00:00
30 lines
944 B
Lua
30 lines
944 B
Lua
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -4695.5, z = -4643.0 },
|
|
size = { x = 9570.0, z = 9570.0 },
|
|
born_pos = { x = 0.000, y = -7.084, z = 93.000 },
|
|
born_rot = { x = 0.000, y = 180.000, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = -0.209, y = -6.837, z = 89.840 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 4.297, y = -6.837, z = 93.382 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = -4.482, y = -6.837, z = 93.452 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 0.099, y = -6.837, z = 97.465 }, rot = { x = 0.000, y = 180.000, z = 0.000 } }
|
|
},
|
|
die_y = -20,
|
|
city_id = 2,
|
|
vision_anchor = { x = -4695.5, z = -4643.0 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 40300 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -4695.5, z = -4643.0 }, max = { x = 4874.5, z = 4927.0 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { "dummy_points" }
|
|
|
|
-- Routes
|
|
routes_config = { } |