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

23 lines
499 B
Go

-- 地图配置
scene_config = {
begin_pos = { x = -2048.0, z = -2048.0 },
size = { x = 5096.0, z = 5096.0 },
born_pos = { x = 51.427, y = 4.599, z = 42.869 },
born_rot = { x = 0.000, y = 184.417, z = 0.000 },
die_y = -1000,
vision_anchor = { x = -2500.0, z = -2500.0 }
}
-- 所有的区块
blocks = { 50020 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = 0.0, z = 0.0 }, max = { x = 1024.0, z = 1024.0 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }