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

24 lines
526 B
Go

-- 地图配置
scene_config = {
begin_pos = { x = -290.6, z = -369.4 },
size = { x = 789.7, z = 628.5 },
born_pos = { x = -33.588, y = -14.233, z = -19.978 },
born_rot = { x = 0.000, y = 90.000, z = 0.000 },
die_y = -40,
city_id = 3,
vision_anchor = { x = -290.6, z = -369.4 }
}
-- 所有的区块
blocks = { 1071 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -290.6, z = -369.4 }, max = { x = 499.1, z = 259.1 } }
}
-- Dummy Points
dummy_points = { "dummy_points" }
-- Routes
routes_config = { }