mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-04-28 09:05:26 +00:00
30 lines
918 B
Lua
30 lines
918 B
Lua
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -475.4, z = -471.4 },
|
|
size = { x = 944.9, z = 937.2 },
|
|
born_pos = { x = 61.092, y = -2.373, z = -44.660 },
|
|
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = 61.092, y = -2.373, z = -44.660 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
|
|
{ pos = { x = 77.732, y = -2.364, z = -56.455 }, rot = { x = 0.000, y = 90.000, z = 0.000 } },
|
|
{ pos = { x = 61.092, y = -2.373, z = -44.660 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
|
|
{ pos = { x = 61.092, y = -2.373, z = -44.660 }, rot = { x = 0.000, y = 0.000, z = 0.000 } }
|
|
},
|
|
die_y = -11,
|
|
city_id = 2,
|
|
vision_anchor = { x = -475.4, z = -471.4 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 42005 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -475.4, z = -471.4 }, max = { x = 469.5, z = 465.9 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |