mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 18:52:26 +08:00
24 lines
508 B
Go
24 lines
508 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -62.1, z = -67.1 },
|
|
size = { x = 130.6, z = 177.0 },
|
|
born_pos = { x = -0.710, y = -4.916, z = 64.581 },
|
|
born_rot = { x = 0.000, y = 180.971, z = 0.000 },
|
|
die_y = -28.46352,
|
|
city_id = 1,
|
|
vision_anchor = { x = -62.1, z = -67.1 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 1031 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -62.1, z = -67.1 }, max = { x = 68.5, z = 109.9 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |