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

23 lines
441 B
Go

-- 地图配置
scene_config = {
begin_pos = { x = -733.1, z = -62.9 },
size = { x = 733.1, z = 615.5 },
born_pos = { x = -539.925, y = 226.609, z = 372.529 },
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
die_y = -0.5800629,
city_id = 2,
vision_anchor = { x = -733.1, z = -62.9 }
}
-- 所有的区块
blocks = { }
-- 所有的区块范围坐标
block_rects = {
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }