mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 05:32:27 +08:00
30 lines
927 B
Go
30 lines
927 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -400.0, z = -300.0 },
|
|
size = { x = 1024.0, z = 1800.0 },
|
|
born_pos = { x = 76.786, y = 106.872, z = 862.000 },
|
|
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = 76.000, y = 107.078, z = 866.133 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
|
|
{ pos = { x = 70.520, y = 107.145, z = 866.244 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
|
|
{ pos = { x = 81.205, y = 107.049, z = 866.483 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
|
|
{ pos = { x = 86.925, y = 106.891, z = 866.678 }, rot = { x = 0.000, y = 0.000, z = 0.000 } }
|
|
},
|
|
die_y = -60,
|
|
city_id = 1,
|
|
vision_anchor = { x = -1000.0, z = -1000.0 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 35849 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -400.0, z = -300.0 }, max = { x = 624.0, z = 1500.0 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |