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

30 lines
945 B
Go

-- 地图配置
scene_config = {
begin_pos = { x = -795.0, z = -703.1 },
size = { x = 671.3, z = 606.8 },
born_pos = { x = -375.675, y = -1.644, z = -446.297 },
born_rot = { x = 0.000, y = 271.004, z = 0.000 },
born_point_list = {
{ pos = { x = -375.675, y = -1.644, z = -446.297 }, rot = { x = 0.000, y = 271.004, z = 0.000 } },
{ pos = { x = -375.708, y = -1.644, z = -448.199 }, rot = { x = 0.000, y = 271.004, z = 0.000 } },
{ pos = { x = -375.640, y = -1.644, z = -444.337 }, rot = { x = 0.000, y = 271.004, z = 0.000 } },
{ pos = { x = -374.051, y = -1.770, z = -446.325 }, rot = { x = 0.000, y = 271.004, z = 0.000 } }
},
die_y = -60,
city_id = 1,
vision_anchor = { x = -1000.0, z = -1000.0 }
}
-- 所有的区块
blocks = { 47022 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -795.0, z = -703.1 }, max = { x = -123.8, z = -96.4 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }