mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 19:52:27 +08:00
30 lines
947 B
Go
30 lines
947 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -4229.7, z = -3464.3 },
|
|
size = { x = 7760.0, z = 9588.9 },
|
|
born_pos = { x = -11.914, y = 246.150, z = 29.898 },
|
|
born_rot = { x = 0.000, y = 180.000, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = -12.806, y = 246.150, z = 33.429 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = -11.058, y = 246.150, z = 33.429 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = -14.647, y = 246.150, z = 33.429 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = -9.134, y = 246.150, z = 33.429 }, rot = { x = 0.000, y = 180.000, z = 0.000 } }
|
|
},
|
|
die_y = -783.2191,
|
|
city_id = 2,
|
|
vision_anchor = { x = -4229.7, z = -3464.3 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 40020 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -4229.7, z = -3464.3 }, max = { x = 3530.3, z = 6124.6 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |