mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 18:32:26 +08:00
30 lines
939 B
Go
30 lines
939 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -5000.0, z = -5000.0 },
|
|
size = { x = 10000.0, z = 10000.0 },
|
|
born_pos = { x = 61.032, y = 14.687, z = -33.342 },
|
|
born_rot = { x = 0.000, y = 270.000, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = 61.032, y = 14.687, z = -33.342 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
|
|
{ pos = { x = 64.285, y = 14.691, z = -37.105 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
|
|
{ pos = { x = 64.336, y = 14.691, z = -29.959 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
|
|
{ pos = { x = 67.583, y = 14.763, z = -33.342 }, rot = { x = 0.000, y = 270.000, z = 0.000 } }
|
|
},
|
|
die_y = -15,
|
|
city_id = 2,
|
|
vision_anchor = { x = -5000.0, z = -5000.0 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 45008 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -5000.0, z = -5000.0 }, max = { x = 5000.0, z = 5000.0 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |