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

30 lines
927 B
Go

-- 地图配置
scene_config = {
begin_pos = { x = -396.9, z = -511.2 },
size = { x = 985.9, z = 1021.1 },
born_pos = { x = 61.399, y = 14.672, z = -28.309 },
born_rot = { x = 0.000, y = 270.000, z = 0.000 },
born_point_list = {
{ pos = { x = 61.399, y = 14.672, z = -28.309 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
{ pos = { x = 61.308, y = 14.679, z = -37.289 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
{ pos = { x = 61.399, y = 14.672, z = -28.309 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
{ pos = { x = 61.399, y = 14.672, z = -28.309 }, rot = { x = 0.000, y = 270.000, z = 0.000 } }
},
die_y = -7,
city_id = 2,
vision_anchor = { x = -396.9, z = -511.2 }
}
-- 所有的区块
blocks = { 42010 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -396.9, z = -511.2 }, max = { x = 589.0, z = 509.9 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }