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

30 lines
920 B
Go

-- 地图配置
scene_config = {
begin_pos = { x = -285.6, z = -285.6 },
size = { x = 571.3, z = 571.3 },
born_pos = { x = -0.491, y = -4.855, z = 64.437 },
born_rot = { x = 0.000, y = 180.000, z = 0.000 },
born_point_list = {
{ pos = { x = 2.088, y = -5.616, z = 50.403 }, rot = { x = 0.000, y = 180.716, z = 0.000 } },
{ pos = { x = -2.208, y = -5.616, z = 50.261 }, rot = { x = 0.000, y = 180.716, z = 0.000 } },
{ pos = { x = 2.056, y = -5.616, z = 47.179 }, rot = { x = 0.000, y = 180.716, z = 0.000 } },
{ pos = { x = -2.611, y = -5.616, z = 47.126 }, rot = { x = 0.000, y = 180.716, z = 0.000 } }
},
die_y = -20,
city_id = 1,
vision_anchor = { x = -285.6, z = -285.6 }
}
-- 所有的区块
blocks = { 40507 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -285.6, z = -285.6 }, max = { x = 285.6, z = 285.6 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }