mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 18:22:27 +08:00
24 lines
503 B
Go
24 lines
503 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = 259.1, z = 112.2 },
|
|
size = { x = 523.4, z = 517.9 },
|
|
born_pos = { x = 520.905, y = 103.592, z = 385.184 },
|
|
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 = { 46303 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = 259.1, z = 112.2 }, max = { x = 782.5, z = 630.2 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |