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

30 lines
915 B
Go

-- 地图配置
scene_config = {
begin_pos = { x = -256.5, z = -286.0 },
size = { x = 512.9, z = 579.4 },
born_pos = { x = 0.036, y = 5.338, z = 75.924 },
born_rot = { x = 0.000, y = 180.007, z = 0.000 },
born_point_list = {
{ pos = { x = 0.000, y = 5.338, z = 74.036 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
{ pos = { x = 2.255, y = 5.338, z = 76.231 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
{ pos = { x = -2.035, y = 5.338, z = 76.209 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
{ pos = { x = 0.000, y = 5.338, z = 78.568 }, rot = { x = 0.000, y = 180.000, z = 0.000 } }
},
die_y = -80,
city_id = 4,
vision_anchor = { x = -1000.0, z = -1000.0 }
}
-- 所有的区块
blocks = { 20154 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -256.5, z = -286.0 }, max = { x = 256.4, z = 293.4 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }