mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-09 04:22:26 +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 = 921.9 },
|
|
born_pos = { x = 96.828, y = 0.687, z = 292.196 },
|
|
born_rot = { x = 0.000, y = 90.000, z = 0.000 },
|
|
die_y = -32.52615,
|
|
city_id = 1,
|
|
vision_anchor = { x = -337.4, z = -222.4 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 20000 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -337.4, z = -222.4 }, max = { x = 859.8, z = 699.5 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { "routes" } |