mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 20:02:28 +08:00
24 lines
525 B
Go
24 lines
525 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -337.4, z = -222.4 },
|
|
size = { x = 1197.2, z = 742.2 },
|
|
born_pos = { x = 92.522, y = 0.000, z = -39.584 },
|
|
born_rot = { x = 0.000, y = 274.292, z = 0.000 },
|
|
die_y = -32.52615,
|
|
city_id = 1,
|
|
vision_anchor = { x = -337.4, z = -222.4 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 1011 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -337.4, z = -222.4 }, max = { x = 859.8, z = 519.8 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { "routes" } |