mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-04-29 09:35:48 +00:00
30 lines
928 B
Lua
30 lines
928 B
Lua
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -355.1, z = -669.5 },
|
|
size = { x = 985.3, z = 1131.4 },
|
|
born_pos = { x = 49.049, y = -3.633, z = -68.617 },
|
|
born_rot = { x = 0.000, y = 234.172, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = 41.986, y = -4.160, z = -64.906 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
|
|
{ pos = { x = 41.729, y = -4.150, z = -72.190 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
|
|
{ pos = { x = 41.986, y = -4.160, z = -64.906 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
|
|
{ pos = { x = 41.986, y = -4.160, z = -64.906 }, rot = { x = 0.000, y = 270.000, z = 0.000 } }
|
|
},
|
|
die_y = -12,
|
|
city_id = 2,
|
|
vision_anchor = { x = -355.1, z = -669.5 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 42014 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -355.1, z = -669.5 }, max = { x = 630.2, z = 461.9 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |