mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-04-28 09:05:26 +00:00
24 lines
542 B
Lua
24 lines
542 B
Lua
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -4187.4, z = -4215.8 },
|
|
size = { x = 7682.4, z = 10279.2 },
|
|
born_pos = { x = 12.796, y = 256.755, z = 11.634 },
|
|
born_rot = { x = 0.000, y = 180.417, z = 0.000 },
|
|
die_y = -772.8866,
|
|
city_id = 2,
|
|
vision_anchor = { x = -4187.4, z = -4215.8 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 1032 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -4187.4, z = -4215.8 }, max = { x = 3495.0, z = 6063.4 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { "dummy_points" }
|
|
|
|
-- Routes
|
|
routes_config = { } |