mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 20:12:27 +08:00
24 lines
523 B
Go
24 lines
523 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -355.1, z = -669.5 },
|
|
size = { x = 985.3, z = 1131.4 },
|
|
born_pos = { x = 49.049, y = -3.633, z = -68.617 },
|
|
born_rot = { x = 0.000, y = 234.172, z = 0.000 },
|
|
die_y = -15.5,
|
|
city_id = 2,
|
|
vision_anchor = { x = -355.1, z = -669.5 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 50032 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -355.1, z = -669.5 }, max = { x = 630.2, z = 461.9 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { "routes" } |