mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 22:52:30 +08:00
24 lines
508 B
Go
24 lines
508 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -288.5, z = -108.7 },
|
|
size = { x = 454.3, z = 410.9 },
|
|
born_pos = { x = -98.525, y = 33.250, z = 21.512 },
|
|
born_rot = { x = 0.000, y = 320.560, z = 0.000 },
|
|
die_y = 0,
|
|
city_id = 2,
|
|
vision_anchor = { x = -288.5, z = -108.7 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 1017 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -288.5, z = -108.7 }, max = { x = 165.8, z = 302.2 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |