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

30 lines
928 B
Go

-- 地图配置
scene_config = {
begin_pos = { x = -355.1, z = -669.5 },
size = { x = 985.3, z = 1131.4 },
born_pos = { x = 49.013, y = -3.633, z = -68.616 },
born_rot = { x = 0.000, y = 234.172, z = 0.000 },
born_point_list = {
{ pos = { x = 40.405, y = -4.156, z = -54.732 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
{ pos = { x = 40.238, y = -4.152, z = -81.080 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
{ pos = { x = 40.405, y = -4.156, z = -54.732 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
{ pos = { x = 40.405, y = -4.156, z = -54.732 }, rot = { x = 0.000, y = 270.000, z = 0.000 } }
},
die_y = -12,
city_id = 2,
vision_anchor = { x = -355.1, z = -669.5 }
}
-- 所有的区块
blocks = { 42006 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -355.1, z = -669.5 }, max = { x = 630.2, z = 461.9 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }