mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 18:22:27 +08:00
30 lines
945 B
Go
30 lines
945 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -700.0, z = -600.0 },
|
|
size = { x = 500.0, z = 500.0 },
|
|
born_pos = { x = -371.962, y = 77.713, z = -420.693 },
|
|
born_rot = { x = 0.000, y = 319.665, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = -375.112, y = 77.713, z = -417.192 }, rot = { x = 0.000, y = 319.665, z = 0.000 } },
|
|
{ pos = { x = -375.659, y = 77.713, z = -419.445 }, rot = { x = 0.000, y = 319.665, z = 0.000 } },
|
|
{ pos = { x = -372.935, y = 77.713, z = -416.700 }, rot = { x = 0.000, y = 319.665, z = 0.000 } },
|
|
{ pos = { x = -372.958, y = 77.713, z = -419.520 }, rot = { x = 0.000, y = 319.665, z = 0.000 } }
|
|
},
|
|
die_y = 25,
|
|
city_id = 1,
|
|
vision_anchor = { x = -1000.0, z = -1000.0 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 47021 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -700.0, z = -600.0 }, max = { x = -200.0, z = -100.0 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |