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 = -466.7, z = -588.8 },
|
|
size = { x = 1143.1, z = 1098.7 },
|
|
born_pos = { x = 123.812, y = 3.275, z = -43.129 },
|
|
born_rot = { x = 0.000, y = 270.000, z = 0.000 },
|
|
born_point_list = {
|
|
{ pos = { x = 123.812, y = 3.275, z = -43.129 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
|
|
{ pos = { x = 123.812, y = 3.275, z = -57.714 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
|
|
{ pos = { x = 123.812, y = 3.275, z = -43.129 }, rot = { x = 0.000, y = 270.000, z = 0.000 } },
|
|
{ pos = { x = 123.812, y = 3.275, z = -43.129 }, rot = { x = 0.000, y = 270.000, z = 0.000 } }
|
|
},
|
|
die_y = -9,
|
|
city_id = 2,
|
|
vision_anchor = { x = -466.7, z = -588.8 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 42008 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -466.7, z = -588.8 }, max = { x = 676.4, z = 509.9 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |