mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-09 03:52:27 +08:00
30 lines
946 B
Go
30 lines
946 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -2256.9, z = -3718.3 },
|
|
size = { x = 6158.6, z = 7401.8 },
|
|
born_pos = { x = 11.955, y = 247.400, z = 5.161 },
|
|
born_rot = { x = 0.000, y = 180.000, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = -29.695, y = 246.150, z = 67.919 }, rot = { x = 0.000, y = 180.662, z = 0.000 } },
|
|
{ pos = { x = -27.629, y = 246.150, z = 67.919 }, rot = { x = 0.000, y = 180.662, z = 0.000 } },
|
|
{ pos = { x = -32.123, y = 246.150, z = 67.919 }, rot = { x = 0.000, y = 180.662, z = 0.000 } },
|
|
{ pos = { x = -25.478, y = 246.150, z = 67.919 }, rot = { x = 0.000, y = 180.662, z = 0.000 } }
|
|
},
|
|
die_y = -210.9346,
|
|
city_id = 2,
|
|
vision_anchor = { x = -2256.9, z = -3718.3 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 40017 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -2256.9, z = -3718.3 }, max = { x = 3901.6, z = 3683.5 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |