mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-04-29 09:35:48 +00:00
30 lines
927 B
Lua
30 lines
927 B
Lua
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -428.5, z = -475.2 },
|
|
size = { x = 952.0, z = 883.2 },
|
|
born_pos = { x = 106.307, y = -9.629, z = -0.921 },
|
|
born_rot = { x = 0.000, y = 178.391, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = 109.970, y = -9.632, z = -9.123 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 103.014, y = -9.634, z = -8.915 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 109.970, y = -9.632, z = -9.123 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 109.970, y = -9.632, z = -9.123 }, rot = { x = 0.000, y = 180.000, z = 0.000 } }
|
|
},
|
|
die_y = -33,
|
|
city_id = 2,
|
|
vision_anchor = { x = -428.5, z = -475.2 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 42007 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -428.5, z = -475.2 }, max = { x = 523.4, z = 407.9 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |