mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-07 14:52:26 +08:00
24 lines
524 B
Go
24 lines
524 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -816.0, z = -920.2 },
|
|
size = { x = 3016.2, z = 2181.2 },
|
|
born_pos = { x = -138.617, y = -10.940, z = -207.347 },
|
|
born_rot = { x = 0.000, y = 90.000, z = 0.000 },
|
|
die_y = -42.76276,
|
|
city_id = 1,
|
|
vision_anchor = { x = -816.0, z = -920.2 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 50007 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -816.0, z = -920.2 }, max = { x = 2200.2, z = 1261.0 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |