mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 16:42:31 +08:00
24 lines
503 B
Go
24 lines
503 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = 259.3, z = 112.1 },
|
|
size = { x = 523.4, z = 517.9 },
|
|
born_pos = { x = 521.000, y = 103.599, z = 385.029 },
|
|
born_rot = { x = 0.000, y = 180.000, z = 0.000 },
|
|
die_y = -20,
|
|
city_id = 2,
|
|
vision_anchor = { x = 0.0, z = 0.0 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 46302 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = 259.3, z = 112.1 }, max = { x = 782.8, z = 630.0 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |