0
0
mirror of https://gitlab.com/YuukiPS/GC-Resources.git synced 2025-04-29 09:35:48 +00:00
2022-10-30 14:16:36 +08:00

30 lines
918 B
Lua

-- 地图配置
scene_config = {
begin_pos = { x = -475.4, z = -471.4 },
size = { x = 944.9, z = 937.2 },
born_pos = { x = 61.376, y = -2.374, z = -45.271 },
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
born_point_list = {
{ pos = { x = 61.376, y = -2.374, z = -45.271 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ pos = { x = 76.664, y = -2.367, z = -56.519 }, rot = { x = 0.000, y = 90.000, z = 0.000 } },
{ pos = { x = 61.376, y = -2.374, z = -45.271 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ pos = { x = 61.376, y = -2.374, z = -45.271 }, rot = { x = 0.000, y = 0.000, z = 0.000 } }
},
die_y = -11,
city_id = 2,
vision_anchor = { x = -475.4, z = -471.4 }
}
-- 所有的区块
blocks = { 42011 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -475.4, z = -471.4 }, max = { x = 469.5, z = 465.9 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }