mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-09 05:52:26 +08:00
30 lines
928 B
Go
30 lines
928 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -3790.5, z = -2803.2 },
|
|
size = { x = 6834.5, z = 6523.9 },
|
|
born_pos = { x = -28.737, y = 1.000, z = 53.797 },
|
|
born_rot = { x = 0.000, y = 90.000, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = -28.737, y = 1.000, z = 53.797 }, rot = { x = 0.000, y = 90.000, z = 0.000 } },
|
|
{ pos = { x = -32.646, y = 1.006, z = 51.989 }, rot = { x = 0.000, y = 90.000, z = 0.000 } },
|
|
{ pos = { x = -32.773, y = 1.005, z = 56.195 }, rot = { x = 0.000, y = 90.000, z = 0.000 } },
|
|
{ pos = { x = -36.073, y = 0.990, z = 53.797 }, rot = { x = 0.000, y = 90.000, z = 0.000 } }
|
|
},
|
|
die_y = -9.1,
|
|
city_id = 2,
|
|
vision_anchor = { x = -3790.5, z = -2803.2 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 44001 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -3790.5, z = -2803.2 }, max = { x = 3044.0, z = 3720.7 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |