mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-04-28 09:05:26 +00:00
30 lines
917 B
Lua
30 lines
917 B
Lua
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -466.7, z = -588.8 },
|
|
size = { x = 1143.1, z = 1098.7 },
|
|
born_pos = { x = 99.419, y = 3.037, z = -49.961 },
|
|
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = 93.928, y = 3.113, z = -55.441 }, rot = { x = 0.000, y = 90.000, z = 0.000 } },
|
|
{ pos = { x = 94.175, y = 3.122, z = -46.280 }, rot = { x = 0.000, y = 90.000, z = 0.000 } },
|
|
{ pos = { x = 93.928, y = 3.113, z = -55.441 }, rot = { x = 0.000, y = 90.000, z = 0.000 } },
|
|
{ pos = { x = 93.928, y = 3.113, z = -55.441 }, rot = { x = 0.000, y = 90.000, z = 0.000 } }
|
|
},
|
|
die_y = -9,
|
|
city_id = 2,
|
|
vision_anchor = { x = -466.7, z = -588.8 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 42013 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -466.7, z = -588.8 }, max = { x = 676.4, z = 509.9 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |