mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 17:52:26 +08:00
24 lines
538 B
Go
24 lines
538 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -2748.7, z = -412.8 },
|
|
size = { x = 3106.5, z = 1211.8 },
|
|
born_pos = { x = -31.150, y = 1.616, z = 52.890 },
|
|
born_rot = { x = 0.000, y = 89.400, z = 0.000 },
|
|
die_y = -100,
|
|
city_id = 1,
|
|
vision_anchor = { x = -2748.7, z = -412.8 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 1006 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -2748.7, z = -412.8 }, max = { x = 357.8, z = 798.9 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { "dummy_points" }
|
|
|
|
-- Routes
|
|
routes_config = { "routes" } |