mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-07 23:52:27 +08:00
30 lines
928 B
Go
30 lines
928 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -735.1, z = -512.7 },
|
|
size = { x = 1569.5, z = 1375.0 },
|
|
born_pos = { x = 60.216, y = 14.697, z = -32.787 },
|
|
born_rot = { x = 0.000, y = 270.000, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = 60.489, y = 14.693, z = -32.445 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
|
|
{ pos = { x = 64.313, y = 14.691, z = -37.420 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
|
|
{ pos = { x = 60.489, y = 14.693, z = -32.445 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
|
|
{ pos = { x = 60.489, y = 14.693, z = -32.445 }, rot = { x = 0.000, y = 270.000, z = 0.000 } }
|
|
},
|
|
die_y = -7,
|
|
city_id = 2,
|
|
vision_anchor = { x = -735.1, z = -512.7 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 42001 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -735.1, z = -512.7 }, max = { x = 834.4, z = 862.3 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |