mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-09 12:02:27 +08:00
24 lines
503 B
Go
24 lines
503 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = 259.5, z = 112.3 },
|
|
size = { x = 523.4, z = 517.9 },
|
|
born_pos = { x = 520.794, y = 103.588, z = 384.941 },
|
|
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 = { 46300 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = 259.5, z = 112.3 }, max = { x = 782.9, z = 630.2 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |