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

30 lines
915 B
Go

-- 地图配置
scene_config = {
begin_pos = { x = -265.6, z = -280.2 },
size = { x = 531.8, z = 560.4 },
born_pos = { x = -0.259, y = 0.028, z = 14.031 },
born_rot = { x = 0.000, y = 180.000, z = 0.000 },
born_point_list = {
{ pos = { x = 0.013, y = 0.000, z = 12.041 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
{ pos = { x = -4.015, y = 0.000, z = 12.065 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
{ pos = { x = 4.033, y = 0.000, z = 12.113 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
{ pos = { x = 0.005, y = 0.000, z = 16.092 }, rot = { x = 0.000, y = 180.000, z = 0.000 } }
},
die_y = -9,
city_id = 1,
vision_anchor = { x = -1000.0, z = -1000.0 }
}
-- 所有的区块
blocks = { 44012 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -265.6, z = -280.2 }, max = { x = 266.2, z = 280.2 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }