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

30 lines
927 B
Go

-- 地图配置
scene_config = {
begin_pos = { x = -400.0, z = -300.0 },
size = { x = 1024.0, z = 1800.0 },
born_pos = { x = 76.786, y = 106.872, z = 862.000 },
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
born_point_list = {
{ pos = { x = 76.000, y = 107.078, z = 866.133 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ pos = { x = 70.520, y = 107.145, z = 866.244 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ pos = { x = 81.205, y = 107.049, z = 866.483 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ pos = { x = 86.925, y = 106.891, z = 866.678 }, rot = { x = 0.000, y = 0.000, z = 0.000 } }
},
die_y = -60,
city_id = 1,
vision_anchor = { x = -1000.0, z = -1000.0 }
}
-- 所有的区块
blocks = { 35849 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -400.0, z = -300.0 }, max = { x = 624.0, z = 1500.0 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }