mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 18:42:26 +08:00
30 lines
923 B
Go
30 lines
923 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -622.8, z = -488.6 },
|
|
size = { x = 1009.0, z = 1009.0 },
|
|
born_pos = { x = -0.788, y = -0.328, z = 13.642 },
|
|
born_rot = { x = 0.000, y = 180.000, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = -0.788, y = -0.328, z = 13.642 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = -2.036, y = -0.102, z = 15.982 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 2.027, y = -0.102, z = 16.068 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = -0.060, y = -0.102, z = 18.935 }, rot = { x = 0.000, y = 180.000, z = 0.000 } }
|
|
},
|
|
die_y = -10,
|
|
city_id = 1,
|
|
vision_anchor = { x = -622.8, z = -488.6 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 44005 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -622.8, z = -488.6 }, max = { x = 386.2, z = 520.4 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |