Files
hk4e/gdconf/game_data_config/lua/scene/40019/scene40019.lua
2022-11-30 00:00:20 +08:00

30 lines
943 B
Go

-- 地图配置
scene_config = {
begin_pos = { x = -4229.7, z = -3464.3 },
size = { x = 7760.0, z = 9588.9 },
born_pos = { x = -7.871, y = 246.150, z = 39.424 },
born_rot = { x = 0.000, y = 180.000, z = 0.000 },
born_point_list = {
{ pos = { x = -6.715, y = 246.150, z = 46.678 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
{ pos = { x = -4.633, y = 246.150, z = 46.678 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
{ pos = { x = -8.761, y = 246.150, z = 46.678 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
{ pos = { x = -2.456, y = 246.150, z = 46.678 }, rot = { x = 0.000, y = 180.000, z = 0.000 } }
},
die_y = -783.2191,
city_id = 2,
vision_anchor = { x = -4229.7, z = -3464.3 }
}
-- 所有的区块
blocks = { 40019 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -4229.7, z = -3464.3 }, max = { x = 3530.3, z = 6124.6 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }