mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 20:42:27 +08:00
30 lines
937 B
Go
30 lines
937 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -627.4, z = -121.6 },
|
|
size = { x = 1251.2, z = 191.9 },
|
|
born_pos = { x = -138.459, y = 20.509, z = -21.079 },
|
|
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = -138.459, y = 20.509, z = -21.079 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
|
|
{ pos = { x = -143.018, y = 20.502, z = -24.057 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
|
|
{ pos = { x = -133.955, y = 20.493, z = -24.057 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
|
|
{ pos = { x = -138.459, y = 20.514, z = -26.571 }, rot = { x = 0.000, y = 0.000, z = 0.000 } }
|
|
},
|
|
die_y = -200,
|
|
city_id = 1,
|
|
vision_anchor = { x = -627.4, z = -121.6 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 35800 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -627.4, z = -121.6 }, max = { x = 623.7, z = 70.3 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { "routes" } |