mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-09 18:32:26 +08:00
24 lines
520 B
Go
24 lines
520 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -145.2, z = -219.1 },
|
|
size = { x = 287.0, z = 364.9 },
|
|
born_pos = { x = 62.038, y = 14.748, z = -32.564 },
|
|
born_rot = { x = 0.000, y = 270.000, z = 0.000 },
|
|
die_y = -40,
|
|
city_id = 1,
|
|
vision_anchor = { x = -145.2, z = -219.1 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 50029 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -145.2, z = -219.1 }, max = { x = 141.8, z = 145.8 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { "routes" } |