mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-07 16:22:28 +08:00
24 lines
521 B
Go
24 lines
521 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = 968.0, z = -2132.4 },
|
|
size = { x = 1097.9, z = 1254.6 },
|
|
born_pos = { x = 1984.000, y = 197.000, z = -1303.000 },
|
|
born_rot = { x = 0.000, y = 161.425, z = 0.000 },
|
|
die_y = -500,
|
|
city_id = 1,
|
|
vision_anchor = { x = 968.0, z = -2132.4 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 50003 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = 968.0, z = -2132.4 }, max = { x = 2065.8, z = -877.8 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |