-- 地图配置 scene_config = { begin_pos = { x = 300.0, z = 300.0 }, size = { x = 300.0, z = 300.0 }, born_pos = { x = 524.273, y = 80.415, z = 465.598 }, born_rot = { x = 0.000, y = 175.055, z = 0.000 }, die_y = 45, city_id = 2, vision_anchor = { x = 0.0, z = 0.0 } } -- 所有的区块 blocks = { 20120 } -- 所有的区块范围坐标 block_rects = { { min = { x = 300.0, z = 300.0 }, max = { x = 600.0, z = 600.0 } } } -- Dummy Points dummy_points = { } -- Routes routes_config = { }