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

24 lines
535 B
Go

-- 地图配置
scene_config = {
begin_pos = { x = -271.0, z = -293.6 },
size = { x = 624.9, z = 568.8 },
born_pos = { x = 96.152, y = 5.556, z = 0.000 },
born_rot = { x = 0.000, y = 275.509, z = 0.000 },
die_y = -100,
city_id = 4,
vision_anchor = { x = -1000.0, z = -1000.0 }
}
-- 所有的区块
blocks = { 20162 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -271.0, z = -293.6 }, max = { x = 353.9, z = 275.2 } }
}
-- Dummy Points
dummy_points = { "dummy_points" }
-- Routes
routes_config = { "routes" }