mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 22:02:26 +08:00
30 lines
945 B
Go
30 lines
945 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -2325.0, z = -1646.1 },
|
|
size = { x = 5799.9, z = 5191.3 },
|
|
born_pos = { x = 337.917, y = -32.890, z = 526.590 },
|
|
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = 343.209, y = -27.850, z = 480.252 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 344.868, y = -27.850, z = 482.272 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 341.477, y = -27.850, z = 482.199 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 343.066, y = -27.850, z = 484.237 }, rot = { x = 0.000, y = 180.000, z = 0.000 } }
|
|
},
|
|
die_y = -35,
|
|
city_id = 1,
|
|
vision_anchor = { x = -2325.0, z = -1646.1 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 44002 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -2325.0, z = -1646.1 }, max = { x = 3474.9, z = 3545.2 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |