mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 18:52:25 +08:00
24 lines
527 B
Go
24 lines
527 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -597.8, z = -412.9 },
|
|
size = { x = 1319.2, z = 1197.6 },
|
|
born_pos = { x = -91.950, y = 33.532, z = 19.758 },
|
|
born_rot = { x = 0.000, y = 320.560, z = 0.000 },
|
|
die_y = -245.5204,
|
|
city_id = 2,
|
|
vision_anchor = { x = -597.8, z = -412.9 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 1053 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -597.8, z = -412.9 }, max = { x = 721.5, z = 784.8 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { "routes" } |