添加配置表

This commit is contained in:
flswld
2022-11-30 00:00:20 +08:00
parent f70a890338
commit d7f3f3b866
33382 changed files with 8476601 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
-- 地图配置
scene_config = {
begin_pos = { x = -2567.7, z = -1677.0 },
size = { x = 4662.0, z = 3864.8 },
born_pos = { x = -135.593, y = 21.753, z = 43.557 },
born_rot = { x = 0.000, y = 270.000, z = 0.000 },
born_point_list = {
{ pos = { x = -135.593, y = 21.753, z = 43.557 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
{ pos = { x = -133.235, y = 21.728, z = 41.702 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
{ pos = { x = -133.274, y = 21.710, z = 45.618 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
{ pos = { x = -131.124, y = 21.726, z = 43.557 }, rot = { x = 0.000, y = 270.000, z = 0.000 } }
},
die_y = 15,
city_id = 2,
vision_anchor = { x = -2567.7, z = -1677.0 }
}
-- 所有的区块
blocks = { 44003 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -2567.7, z = -1677.0 }, max = { x = 2094.3, z = 2187.8 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }