0
0
mirror of https://gitlab.com/YuukiPS/GC-Resources.git synced 2025-04-28 09:05:26 +00:00
2022-10-30 14:16:36 +08:00

24 lines
545 B
Lua

-- 地图配置
scene_config = {
begin_pos = { x = -1540.6, z = -1429.8 },
size = { x = 2905.5, z = 2704.5 },
born_pos = { x = 13.660, y = 39.795, z = -77.300 },
born_rot = { x = 0.000, y = 270.000, z = 0.000 },
die_y = -10,
city_id = 2,
vision_anchor = { x = -1540.6, z = -1429.8 }
}
-- 所有的区块
blocks = { 20104 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -1540.6, z = -1429.8 }, max = { x = 1364.8, z = 1274.7 } }
}
-- Dummy Points
dummy_points = { "dummy_points" }
-- Routes
routes_config = { "routes" }