-- 地图配置 scene_config = { begin_pos = { x = -121.3, z = -323.5 }, size = { x = 323.2, z = 352.4 }, born_pos = { x = -4.7, y = 0.0, z = 4.2 }, born_rot = { x = 0.0, y = 180.0, z = 0.0 }, die_y = -20 } -- 所有的区块 blocks = { 30001 } -- 所有的区块范围坐标 block_rects = { { min = { x = -121.3, z = -323.5 }, max = { x = 201.9, z = 28.9 } } } -- Dummy Points dummy_points = { "dummy_points" } -- Routes routes_config = { "routes" }