mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-07 23:52:27 +08:00
30 lines
914 B
Go
30 lines
914 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -724.9, z = -802.8 },
|
|
size = { x = 1253.4, z = 1262.2 },
|
|
born_pos = { x = 28.697, y = 2.241, z = -16.852 },
|
|
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = 26.727, y = 2.239, z = -16.852 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
|
|
{ pos = { x = 31.714, y = 2.241, z = -16.852 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
|
|
{ pos = { x = 26.727, y = 2.239, z = -16.852 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
|
|
{ pos = { x = 26.727, y = 2.239, z = -16.852 }, rot = { x = 0.000, y = 0.000, z = 0.000 } }
|
|
},
|
|
die_y = -19,
|
|
city_id = 2,
|
|
vision_anchor = { x = -724.9, z = -802.8 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 42004 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -724.9, z = -802.8 }, max = { x = 528.5, z = 459.4 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |