mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-04-29 09:35:48 +00:00
30 lines
923 B
Lua
30 lines
923 B
Lua
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -745.8, z = -572.3 },
|
|
size = { x = 1610.0, z = 1460.4 },
|
|
born_pos = { x = 26.434, y = -4.003, z = 7.772 },
|
|
born_rot = { x = 0.000, y = 180.000, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = 31.754, y = -3.995, z = -1.349 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 36.744, y = -4.006, z = -1.414 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 31.754, y = -3.995, z = -1.349 }, rot = { x = 0.000, y = 180.000, z = 0.000 } },
|
|
{ pos = { x = 31.754, y = -3.995, z = -1.349 }, rot = { x = 0.000, y = 180.000, z = 0.000 } }
|
|
},
|
|
die_y = -12,
|
|
city_id = 2,
|
|
vision_anchor = { x = -745.8, z = -572.3 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 42009 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -745.8, z = -572.3 }, max = { x = 864.2, z = 888.1 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |