mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 13:22:27 +08:00
30 lines
923 B
Go
30 lines
923 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -1099.1, z = -1257.2 },
|
|
size = { x = 1909.4, z = 2220.2 },
|
|
born_pos = { x = -0.057, y = 7.484, z = 81.871 },
|
|
born_rot = { x = 0.000, y = 181.310, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = 0.000, y = 8.000, z = 79.574 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = -0.020, y = 8.000, z = 83.569 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = -2.971, y = 8.000, z = 82.752 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 4.157, y = 8.000, z = 82.997 }, rot = { x = 0.000, y = 180.000, z = 0.000 } }
|
|
},
|
|
die_y = -10,
|
|
city_id = 1,
|
|
vision_anchor = { x = -1099.1, z = -1257.2 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 40404 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -1099.1, z = -1257.2 }, max = { x = 810.4, z = 963.0 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |