mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-09 17:42:26 +08:00
24 lines
526 B
Go
24 lines
526 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -161.2, z = -540.2 },
|
|
size = { x = 2319.1, z = 2150.1 },
|
|
born_pos = { x = -20.834, y = 0.560, z = 28.353 },
|
|
born_rot = { x = 0.000, y = 186.204, z = 0.000 },
|
|
die_y = -11.92,
|
|
city_id = 1,
|
|
vision_anchor = { x = -161.2, z = -540.2 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 50015 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -161.2, z = -540.2 }, max = { x = 2158.0, z = 1609.8 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { "routes" } |