mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-09 10:42:25 +08:00
24 lines
533 B
Go
24 lines
533 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -3792.3, z = -4033.4 },
|
|
size = { x = 8118.9, z = 7886.7 },
|
|
born_pos = { x = 41.299, y = 9.019, z = -49.998 },
|
|
born_rot = { x = 0.000, y = 270.622, z = 0.000 },
|
|
die_y = -50.085,
|
|
city_id = 1,
|
|
vision_anchor = { x = -3792.3, z = -4033.4 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 40007 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -3792.3, z = -4033.4 }, max = { x = 4326.6, z = 3853.3 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { "routes" } |