mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-04-29 09:35:48 +00:00
30 lines
926 B
Lua
30 lines
926 B
Lua
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -428.5, z = -475.2 },
|
|
size = { x = 952.0, z = 883.2 },
|
|
born_pos = { x = 106.193, y = -9.629, z = 3.146 },
|
|
born_rot = { x = 0.000, y = 178.391, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = 102.494, y = -9.633, z = -9.208 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 110.306, y = -9.625, z = -8.916 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 102.494, y = -9.633, z = -9.208 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 102.494, y = -9.633, z = -9.208 }, 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 = { 42012 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -428.5, z = -475.2 }, max = { x = 523.4, z = 407.9 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |