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

30 lines
921 B
Go

-- 地图配置
scene_config = {
begin_pos = { x = -285.6, z = -285.6 },
size = { x = 571.3, z = 571.3 },
born_pos = { x = -0.310, y = -4.966, z = 64.862 },
born_rot = { x = 0.000, y = 180.000, z = 0.000 },
born_point_list = {
{ pos = { x = -0.898, y = -4.964, z = 49.112 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
{ pos = { x = 1.685, y = -4.964, z = 52.081 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
{ pos = { x = -3.821, y = -4.964, z = 52.048 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
{ pos = { x = -1.015, y = -4.964, z = 54.457 }, rot = { x = 0.000, y = 180.000, z = 0.000 } }
},
die_y = -20,
city_id = 2,
vision_anchor = { x = -285.6, z = -285.6 }
}
-- 所有的区块
blocks = { 40607 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -285.6, z = -285.6 }, max = { x = 285.6, z = 285.6 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }