mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 22:12:25 +08:00
30 lines
937 B
Go
30 lines
937 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -288.5, z = -108.7 },
|
|
size = { x = 454.3, z = 410.9 },
|
|
born_pos = { x = -67.141, y = 126.465, z = 73.828 },
|
|
born_rot = { x = 0.000, y = 213.215, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = -66.996, y = 126.465, z = 74.251 }, rot = { x = 0.000, y = 222.654, z = 0.000 } },
|
|
{ pos = { x = -69.795, y = 126.453, z = 79.626 }, rot = { x = 0.000, y = 328.087, z = 0.000 } },
|
|
{ pos = { x = -70.416, y = 126.457, z = 69.810 }, rot = { x = 0.000, y = 228.841, z = 0.000 } },
|
|
{ pos = { x = -60.257, y = 126.462, z = 73.402 }, rot = { x = 0.000, y = 94.404, z = 0.000 } }
|
|
},
|
|
die_y = -6.220444,
|
|
city_id = 2,
|
|
vision_anchor = { x = -288.5, z = -108.7 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 40018 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -288.5, z = -108.7 }, max = { x = 165.8, z = 302.2 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |