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

30 lines
917 B
Go

-- 地图配置
scene_config = {
begin_pos = { x = -466.7, z = -588.8 },
size = { x = 1143.1, z = 1098.7 },
born_pos = { x = 99.419, y = 3.037, z = -49.961 },
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
born_point_list = {
{ pos = { x = 94.705, y = 3.037, z = -54.000 }, rot = { x = 0.000, y = 90.000, z = 0.000 } },
{ pos = { x = 93.878, y = 3.037, z = -47.661 }, rot = { x = 0.000, y = 90.000, z = 0.000 } },
{ pos = { x = 94.705, y = 3.037, z = -54.000 }, rot = { x = 0.000, y = 90.000, z = 0.000 } },
{ pos = { x = 94.705, y = 3.037, z = -54.000 }, rot = { x = 0.000, y = 90.000, z = 0.000 } }
},
die_y = -9,
city_id = 2,
vision_anchor = { x = -466.7, z = -588.8 }
}
-- 所有的区块
blocks = { 42003 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -466.7, z = -588.8 }, max = { x = 676.4, z = 509.9 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }