mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 18:32:26 +08:00
30 lines
934 B
Go
30 lines
934 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -249.5, z = -211.6 },
|
|
size = { x = 527.1, z = 542.1 },
|
|
born_pos = { x = 19.362, y = 2.012, z = 66.467 },
|
|
born_rot = { x = 0.000, y = 180.000, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = 21.012, y = 2.012, z = 66.354 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 23.384, y = 2.012, z = 67.421 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 18.742, y = 2.012, z = 67.240 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 21.014, y = 2.012, z = 68.713 }, rot = { x = 0.000, y = 180.000, z = 0.000 } }
|
|
},
|
|
die_y = -20,
|
|
city_id = 3,
|
|
vision_anchor = { x = -1000.0, z = -1000.0 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 46101 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -249.5, z = -211.6 }, max = { x = 277.6, z = 330.5 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { "dummy_points" }
|
|
|
|
-- Routes
|
|
routes_config = { } |