mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-04-28 09:05:26 +00:00
add miss scene lua (by hiro)
This commit is contained in:
parent
10a41412e0
commit
a6937b848a
16
Resources/Scripts/Scene/1080/scene1080.lua
Normal file
16
Resources/Scripts/Scene/1080/scene1080.lua
Normal file
@ -0,0 +1,16 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -256.0, z = -256.0 },
|
||||
size = { x = 512.0, z = 512.0 },
|
||||
born_pos = { x = 200.248, y = -22.43, z = 178.234 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -32.4297,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -256.0, z = -256.0 }, max = { x = 256.0, z = 256.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
16
Resources/Scripts/Scene/1081/scene1081.lua
Normal file
16
Resources/Scripts/Scene/1081/scene1081.lua
Normal file
@ -0,0 +1,16 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -512.0, z = -512.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = -0.173, y = 0.132, z = 13.113 },
|
||||
born_rot = { x = 0.0, y = 275.411, z = 0.0 },
|
||||
die_y = -20,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -512.0, z = -512.0 }, max = { x = 512.0, z = 512.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
16
Resources/Scripts/Scene/1082/scene1082.lua
Normal file
16
Resources/Scripts/Scene/1082/scene1082.lua
Normal file
@ -0,0 +1,16 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -512.0, z = -512.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = 2.635, y = 0.0, z = 31.273 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -512.0, z = -512.0 }, max = { x = 512.0, z = 512.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
16
Resources/Scripts/Scene/1083/scene1083.lua
Normal file
16
Resources/Scripts/Scene/1083/scene1083.lua
Normal file
@ -0,0 +1,16 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -256.0, z = -256.0 },
|
||||
size = { x = 512.0, z = 512.0 },
|
||||
born_pos = { x = -0.132, y = 0.096, z = 39.098 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -256.0, z = -256.0 }, max = { x = 256.0, z = 256.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
16
Resources/Scripts/Scene/1084/scene1084.lua
Normal file
16
Resources/Scripts/Scene/1084/scene1084.lua
Normal file
@ -0,0 +1,16 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -256.0, z = -256.0 },
|
||||
size = { x = 512.0, z = 512.0 },
|
||||
born_pos = { x = 0.012, y = -0.327, z = 23.505 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -256.0, z = -256.0 }, max = { x = 256.0, z = 256.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
16
Resources/Scripts/Scene/1085/scene1085.lua
Normal file
16
Resources/Scripts/Scene/1085/scene1085.lua
Normal file
@ -0,0 +1,16 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -314.6, z = -300.5 },
|
||||
size = { x = 570.7, z = 563.8 },
|
||||
born_pos = { x = -0.159, y = 7.279, z = 187.834 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -100,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -314.6, z = -300.5 }, max = { x = 256.1, z = 263.3 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
16
Resources/Scripts/Scene/1086/scene1086.lua
Normal file
16
Resources/Scripts/Scene/1086/scene1086.lua
Normal file
@ -0,0 +1,16 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -256.0, z = -256.0 },
|
||||
size = { x = 512.0, z = 512.0 },
|
||||
born_pos = { x = 11.015, y = 8.544, z = 0.051 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -256.0, z = -256.0 }, max = { x = 256.0, z = 256.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
16
Resources/Scripts/Scene/1087/scene1087.lua
Normal file
16
Resources/Scripts/Scene/1087/scene1087.lua
Normal file
@ -0,0 +1,16 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -310.6, z = -273.4 },
|
||||
size = { x = 531.1, z = 530.1 },
|
||||
born_pos = { x = -0.856, y = 0.204, z = 12.674 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -310.6, z = -273.4 }, max = { x = 220.5, z = 256.7 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
16
Resources/Scripts/Scene/1088/scene1088.lua
Normal file
16
Resources/Scripts/Scene/1088/scene1088.lua
Normal file
@ -0,0 +1,16 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -256.0, z = -256.0 },
|
||||
size = { x = 512.0, z = 512.0 },
|
||||
born_pos = { x = 15.0, y = 0.0, z = 2.0 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -256.0, z = -256.0 }, max = { x = 256.0, z = 256.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
16
Resources/Scripts/Scene/1089/scene1089.lua
Normal file
16
Resources/Scripts/Scene/1089/scene1089.lua
Normal file
@ -0,0 +1,16 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -268.8, z = -254.4 },
|
||||
size = { x = 525.4, z = 523.3 },
|
||||
born_pos = { x = -1.249, y = 0.165, z = 6.8 },
|
||||
born_rot = { x = 0.0, y = 270.978, z = 0.0 },
|
||||
die_y = -20,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -268.8, z = -254.4 }, max = { x = 256.7, z = 268.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
16
Resources/Scripts/Scene/1090/scene1090.lua
Normal file
16
Resources/Scripts/Scene/1090/scene1090.lua
Normal file
@ -0,0 +1,16 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -256.0, z = -256.0 },
|
||||
size = { x = 512.0, z = 512.0 },
|
||||
born_pos = { x = -0.033, y = 0.282, z = 5.97 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -256.0, z = -256.0 }, max = { x = 256.0, z = 256.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
16
Resources/Scripts/Scene/1091/scene1091.lua
Normal file
16
Resources/Scripts/Scene/1091/scene1091.lua
Normal file
@ -0,0 +1,16 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = 0.0, z = 0.0 },
|
||||
size = { x = 1204.0, z = 1204.0 },
|
||||
born_pos = { x = 184.474, y = 82.381, z = 538.561 },
|
||||
born_rot = { x = 0.0, y = 63.79, z = 0.0 },
|
||||
die_y = 30,
|
||||
vision_anchor = { x = 0.0, z = 0.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = 0.0, z = 0.0 }, max = { x = 1204.0, z = 1204.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
16
Resources/Scripts/Scene/2006/scene2006.lua
Normal file
16
Resources/Scripts/Scene/2006/scene2006.lua
Normal file
@ -0,0 +1,16 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -4096.0, z = -4096.0 },
|
||||
size = { x = 7168.0, z = 7168.0 },
|
||||
born_pos = { x = 760.79, y = 330.58, z = 558.46 },
|
||||
born_rot = { x = 0.0, y = 291.0, z = 0.0 },
|
||||
die_y = 200,
|
||||
vision_anchor = { x = -5000.0, z = -5000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -4096.0, z = -4096.0 }, max = { x = 3072.0, z = 3072.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20177/scene20177.lua
Normal file
17
Resources/Scripts/Scene/20177/scene20177.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -256.0, z = -256.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = 267.35, y = 32.3, z = 354.786 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -100,
|
||||
city_id = 4,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -256.0, z = -256.0 }, max = { x = 768.0, z = 768.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20178/scene20178.lua
Normal file
17
Resources/Scripts/Scene/20178/scene20178.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -256.0, z = -256.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = 400.0, y = 251.0, z = 347.0 },
|
||||
born_rot = { x = 0.0, y = 215.0, z = 0.0 },
|
||||
die_y = 200,
|
||||
city_id = 4,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -256.0, z = -256.0 }, max = { x = 768.0, z = 768.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20180/scene20180.lua
Normal file
17
Resources/Scripts/Scene/20180/scene20180.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -1024.0, z = 1024.0 },
|
||||
size = { x = 1024.0, z = 2048.0 },
|
||||
born_pos = { x = -695.854, y = 232.665, z = 2233.307 },
|
||||
born_rot = { x = 0.0, y = 225.0, z = 0.0 },
|
||||
die_y = 0,
|
||||
city_id = 4,
|
||||
vision_anchor = { x = -2000.0, z = 0.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -1024.0, z = 1024.0 }, max = { x = 0.0, z = 3072.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20181/scene20181.lua
Normal file
17
Resources/Scripts/Scene/20181/scene20181.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -256.0, z = -256.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = 400.0, y = 251.0, z = 347.0 },
|
||||
born_rot = { x = 0.0, y = 215.0, z = 0.0 },
|
||||
die_y = 200,
|
||||
city_id = 4,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -256.0, z = -256.0 }, max = { x = 768.0, z = 768.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20182/scene20182.lua
Normal file
17
Resources/Scripts/Scene/20182/scene20182.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -308.7, z = -299.9 },
|
||||
size = { x = 822.0, z = 1297.9 },
|
||||
born_pos = { x = 303.647, y = 105.798, z = 337.066 },
|
||||
born_rot = { x = 0.0, y = 244.796, z = 0.0 },
|
||||
die_y = 20,
|
||||
city_id = 2,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -308.7, z = -299.9 }, max = { x = 513.3, z = 998.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20183/scene20183.lua
Normal file
17
Resources/Scripts/Scene/20183/scene20183.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -512.0, z = -512.0 },
|
||||
size = { x = 2560.0, z = 2560.0 },
|
||||
born_pos = { x = 430.0, y = 0.0, z = 580.0 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -22.25,
|
||||
city_id = 4,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -512.0, z = -512.0 }, max = { x = 2048.0, z = 2048.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20184/scene20184.lua
Normal file
17
Resources/Scripts/Scene/20184/scene20184.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -729.1, z = -568.8 },
|
||||
size = { x = 2492.0, z = 1175.1 },
|
||||
born_pos = { x = 0.0, y = 0.1, z = 15.0 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -200,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -729.1, z = -568.8 }, max = { x = 1762.9, z = 606.3 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20186/scene20186.lua
Normal file
17
Resources/Scripts/Scene/20186/scene20186.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -128.0, z = -128.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = 489.068, y = 11.0, z = 167.936 },
|
||||
born_rot = { x = 0.0, y = 100.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -128.0, z = -128.0 }, max = { x = 896.0, z = 896.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20187/scene20187.lua
Normal file
17
Resources/Scripts/Scene/20187/scene20187.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -300.6, z = -251.7 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = -7.214, y = -1.305, z = -40.425 },
|
||||
born_rot = { x = 0.0, y = 322.009, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -300.6, z = -251.7 }, max = { x = 723.4, z = 772.3 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20188/scene20188.lua
Normal file
17
Resources/Scripts/Scene/20188/scene20188.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = 4096.0, z = 4096.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = 4346.5, y = 157.4, z = 4648.5 },
|
||||
born_rot = { x = 0.0, y = 100.0, z = 0.0 },
|
||||
die_y = -50,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = 0.0, z = 0.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = 4096.0, z = 4096.0 }, max = { x = 5120.0, z = 5120.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20189/scene20189.lua
Normal file
17
Resources/Scripts/Scene/20189/scene20189.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = 4070.1, z = 4465.7 },
|
||||
size = { x = 512.0, z = 512.0 },
|
||||
born_pos = { x = 4306.854, y = 98.103, z = 4722.153 },
|
||||
born_rot = { x = 0.0, y = 306.272, z = 0.0 },
|
||||
die_y = -200,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = 0.0, z = 0.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = 4070.1, z = 4465.7 }, max = { x = 4582.1, z = 4977.7 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20190/scene20190.lua
Normal file
17
Resources/Scripts/Scene/20190/scene20190.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -288.4, z = -254.6 },
|
||||
size = { x = 538.8, z = 531.8 },
|
||||
born_pos = { x = -21.155, y = 246.15, z = 45.628 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -783.2191,
|
||||
city_id = 2,
|
||||
vision_anchor = { x = -4229.7, z = -3464.3 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -288.4, z = -254.6 }, max = { x = 250.5, z = 277.2 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20191/scene20191.lua
Normal file
17
Resources/Scripts/Scene/20191/scene20191.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = 4070.1, z = 4465.7 },
|
||||
size = { x = 512.0, z = 512.0 },
|
||||
born_pos = { x = 4306.888, y = 98.307, z = 4722.295 },
|
||||
born_rot = { x = 0.0, y = 306.272, z = 0.0 },
|
||||
die_y = -200,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = 0.0, z = 0.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = 4070.1, z = 4465.7 }, max = { x = 4582.1, z = 4977.7 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20192/scene20192.lua
Normal file
17
Resources/Scripts/Scene/20192/scene20192.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = 4070.1, z = 4465.7 },
|
||||
size = { x = 512.0, z = 512.0 },
|
||||
born_pos = { x = 4306.674, y = 98.046, z = 4722.652 },
|
||||
born_rot = { x = 0.0, y = 306.272, z = 0.0 },
|
||||
die_y = -200,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = 0.0, z = 0.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = 4070.1, z = 4465.7 }, max = { x = 4582.1, z = 4977.7 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20193/scene20193.lua
Normal file
17
Resources/Scripts/Scene/20193/scene20193.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = 4070.1, z = 4465.7 },
|
||||
size = { x = 512.0, z = 512.0 },
|
||||
born_pos = { x = 4306.445, y = 97.614, z = 4722.748 },
|
||||
born_rot = { x = 0.0, y = 306.272, z = 0.0 },
|
||||
die_y = -200,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = 0.0, z = 0.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = 4070.1, z = 4465.7 }, max = { x = 4582.1, z = 4977.7 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20194/scene20194.lua
Normal file
17
Resources/Scripts/Scene/20194/scene20194.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = 4070.1, z = 4465.7 },
|
||||
size = { x = 512.0, z = 512.0 },
|
||||
born_pos = { x = 4306.092, y = 96.906, z = 4722.458 },
|
||||
born_rot = { x = 0.0, y = 306.272, z = 0.0 },
|
||||
die_y = -200,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = 0.0, z = 0.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = 4070.1, z = 4465.7 }, max = { x = 4582.1, z = 4977.7 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20195/scene20195.lua
Normal file
17
Resources/Scripts/Scene/20195/scene20195.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -256.0, z = -256.0 },
|
||||
size = { x = 1500.1, z = 1500.8 },
|
||||
born_pos = { x = 927.714, y = 28.818, z = 338.751 },
|
||||
born_rot = { x = 0.0, y = 270.0, z = 0.0 },
|
||||
die_y = -100,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -256.0, z = -256.0 }, max = { x = 1244.1, z = 1244.8 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20196/scene20196.lua
Normal file
17
Resources/Scripts/Scene/20196/scene20196.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -512.0, z = -512.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = 19.979, y = 2.193, z = 17.051 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -512.0, z = -512.0 }, max = { x = 512.0, z = 512.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20197/scene20197.lua
Normal file
17
Resources/Scripts/Scene/20197/scene20197.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -512.0, z = -512.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = 163.926, y = 117.608, z = 270.623 },
|
||||
born_rot = { x = 0.0, y = 137.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -512.0, z = -512.0 }, max = { x = 512.0, z = 512.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20198/scene20198.lua
Normal file
17
Resources/Scripts/Scene/20198/scene20198.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -1000.0, z = -1000.0 },
|
||||
size = { x = 7000.0, z = 1675.1 },
|
||||
born_pos = { x = 0.0, y = 0.1, z = -20.039 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -200,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -1000.0, z = -1000.0 }, max = { x = 6000.0, z = 675.1 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20199/scene20199.lua
Normal file
17
Resources/Scripts/Scene/20199/scene20199.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -1000.0, z = -1000.0 },
|
||||
size = { x = 7000.0, z = 1675.1 },
|
||||
born_pos = { x = 0.0, y = 0.1, z = 15.0 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -200,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -1000.0, z = -1000.0 }, max = { x = 6000.0, z = 675.1 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20200/scene20200.lua
Normal file
17
Resources/Scripts/Scene/20200/scene20200.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = 3180.7, z = 3319.0 },
|
||||
size = { x = 823.2, z = 631.0 },
|
||||
born_pos = { x = 3740.02, y = 479.0, z = 3673.0 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = 0.0, z = 0.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = 3180.7, z = 3319.0 }, max = { x = 4003.9, z = 3950.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20201/scene20201.lua
Normal file
17
Resources/Scripts/Scene/20201/scene20201.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -251.1, z = -138.7 },
|
||||
size = { x = 512.0, z = 512.0 },
|
||||
born_pos = { x = 0.2, y = 20.0, z = 115.0 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -251.1, z = -138.7 }, max = { x = 260.9, z = 373.3 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20202/scene20202.lua
Normal file
17
Resources/Scripts/Scene/20202/scene20202.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -512.0, z = -512.0 },
|
||||
size = { x = 1024.0, z = 1500.0 },
|
||||
born_pos = { x = 34.296, y = 118.899, z = 62.89 },
|
||||
born_rot = { x = 0.0, y = 89.782, z = 0.0 },
|
||||
die_y = -50,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -512.0, z = -512.0 }, max = { x = 512.0, z = 988.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20203/scene20203.lua
Normal file
17
Resources/Scripts/Scene/20203/scene20203.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = 0.0, z = 0.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = 873.897, y = 87.0, z = 290.103 },
|
||||
born_rot = { x = 0.0, y = 279.776, z = 0.0 },
|
||||
die_y = -100,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = 0.0, z = 0.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = 0.0, z = 0.0 }, max = { x = 1024.0, z = 1024.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20204/scene20204.lua
Normal file
17
Resources/Scripts/Scene/20204/scene20204.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -400.0, z = -300.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = 514.11, y = 69.413, z = 386.194 },
|
||||
born_rot = { x = 0.0, y = 274.042, z = 0.0 },
|
||||
die_y = -150,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -400.0, z = -300.0 }, max = { x = 624.0, z = 724.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20205/scene20205.lua
Normal file
17
Resources/Scripts/Scene/20205/scene20205.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -55.9, z = -55.9 },
|
||||
size = { x = 512.0, z = 512.0 },
|
||||
born_pos = { x = 200.104, y = -21.562, z = 189.897 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -50,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -55.9, z = -55.9 }, max = { x = 456.1, z = 456.1 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20206/scene20206.lua
Normal file
17
Resources/Scripts/Scene/20206/scene20206.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -512.0, z = -512.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = 0.0, y = 0.1, z = 15.0 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -512.0, z = -512.0 }, max = { x = 512.0, z = 512.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20207/scene20207.lua
Normal file
17
Resources/Scripts/Scene/20207/scene20207.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = 250.0, z = 273.1 },
|
||||
size = { x = 512.2, z = 513.4 },
|
||||
born_pos = { x = 512.438, y = 15.278, z = 540.434 },
|
||||
born_rot = { x = 0.0, y = 195.258, z = 0.0 },
|
||||
die_y = -620,
|
||||
city_id = 2,
|
||||
vision_anchor = { x = 0.0, z = 0.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = 250.0, z = 273.1 }, max = { x = 762.2, z = 786.4 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20208/scene20208.lua
Normal file
17
Resources/Scripts/Scene/20208/scene20208.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -256.0, z = 0.0 },
|
||||
size = { x = 512.0, z = 1024.0 },
|
||||
born_pos = { x = 72.421, y = 533.223, z = 868.059 },
|
||||
born_rot = { x = 0.0, y = 111.233, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = 0.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -256.0, z = 0.0 }, max = { x = 256.0, z = 1024.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20209/scene20209.lua
Normal file
17
Resources/Scripts/Scene/20209/scene20209.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -128.0, z = -128.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = 413.021, y = 130.449, z = 670.095 },
|
||||
born_rot = { x = 0.0, y = 156.3, z = 0.0 },
|
||||
die_y = 121,
|
||||
city_id = 2,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -128.0, z = -128.0 }, max = { x = 896.0, z = 896.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20210/scene20210.lua
Normal file
17
Resources/Scripts/Scene/20210/scene20210.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -256.0, z = -256.0 },
|
||||
size = { x = 2048.0, z = 4096.0 },
|
||||
born_pos = { x = 1568.119, y = -494.221, z = 3566.436 },
|
||||
born_rot = { x = 0.0, y = 270.0, z = 0.0 },
|
||||
die_y = -500,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -256.0, z = -256.0 }, max = { x = 1792.0, z = 3840.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20211/scene20211.lua
Normal file
17
Resources/Scripts/Scene/20211/scene20211.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -256.0, z = -256.0 },
|
||||
size = { x = 4096.0, z = 4096.0 },
|
||||
born_pos = { x = 1491.672, y = -418.602, z = 3597.029 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -500,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -256.0, z = -256.0 }, max = { x = 3840.0, z = 3840.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20212/scene20212.lua
Normal file
17
Resources/Scripts/Scene/20212/scene20212.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -512.0, z = -512.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = 201.889, y = 100.99, z = 268.402 },
|
||||
born_rot = { x = 359.721, y = 87.373, z = 359.98 },
|
||||
die_y = -20,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -512.0, z = -512.0 }, max = { x = 512.0, z = 512.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20213/scene20213.lua
Normal file
17
Resources/Scripts/Scene/20213/scene20213.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = 0.0, z = 0.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = 598.642, y = 80.039, z = 624.64 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = 30,
|
||||
city_id = 4,
|
||||
vision_anchor = { x = 0.0, z = 0.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = 0.0, z = 0.0 }, max = { x = 1024.0, z = 1024.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20214/scene20214.lua
Normal file
17
Resources/Scripts/Scene/20214/scene20214.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -256.0, z = 0.0 },
|
||||
size = { x = 512.0, z = 1024.0 },
|
||||
born_pos = { x = 72.421, y = 533.223, z = 868.059 },
|
||||
born_rot = { x = 0.0, y = 111.233, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = 0.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -256.0, z = 0.0 }, max = { x = 256.0, z = 1024.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20215/scene20215.lua
Normal file
17
Resources/Scripts/Scene/20215/scene20215.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -256.0, z = -256.0 },
|
||||
size = { x = 2048.0, z = 4096.0 },
|
||||
born_pos = { x = 1538.367, y = -493.634, z = 3566.517 },
|
||||
born_rot = { x = 0.0, y = 271.016, z = 0.0 },
|
||||
die_y = -500,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -256.0, z = -256.0 }, max = { x = 1792.0, z = 3840.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/20216/scene20216.lua
Normal file
17
Resources/Scripts/Scene/20216/scene20216.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -256.0, z = -256.0 },
|
||||
size = { x = 2048.0, z = 4096.0 },
|
||||
born_pos = { x = 1451.67, y = -404.095, z = 3566.602 },
|
||||
born_rot = { x = 0.0, y = 84.28, z = 0.0 },
|
||||
die_y = -500,
|
||||
city_id = 5,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -256.0, z = -256.0 }, max = { x = 1792.0, z = 3840.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
16
Resources/Scripts/Scene/2205/scene2205.lua
Normal file
16
Resources/Scripts/Scene/2205/scene2205.lua
Normal file
@ -0,0 +1,16 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -512.0, z = -512.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = 0.0, y = 0.1, z = -10.0 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -15,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -512.0, z = -512.0 }, max = { x = 512.0, z = 512.0 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33747/scene33747.lua
Normal file
17
Resources/Scripts/Scene/33747/scene33747.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -973.0, z = -1515.1 },
|
||||
size = { x = 1891.5, z = 3046.6 },
|
||||
born_pos = { x = -0.003, y = -0.102, z = 15.968 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -2000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -973.0, z = -1515.1 }, max = { x = 918.4, z = 1531.5 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33748/scene33748.lua
Normal file
17
Resources/Scripts/Scene/33748/scene33748.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33749/scene33749.lua
Normal file
17
Resources/Scripts/Scene/33749/scene33749.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.102, z = 15.011 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33750/scene33750.lua
Normal file
17
Resources/Scripts/Scene/33750/scene33750.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33751/scene33751.lua
Normal file
17
Resources/Scripts/Scene/33751/scene33751.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.102, z = 15.011 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33753/scene33753.lua
Normal file
17
Resources/Scripts/Scene/33753/scene33753.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -973.0, z = -1515.1 },
|
||||
size = { x = 1891.5, z = 3046.6 },
|
||||
born_pos = { x = -0.003, y = -0.102, z = 15.968 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -2000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -973.0, z = -1515.1 }, max = { x = 918.4, z = 1531.5 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33754/scene33754.lua
Normal file
17
Resources/Scripts/Scene/33754/scene33754.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33755/scene33755.lua
Normal file
17
Resources/Scripts/Scene/33755/scene33755.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -973.0, z = -1515.1 },
|
||||
size = { x = 1891.5, z = 3046.6 },
|
||||
born_pos = { x = -0.003, y = -0.102, z = 15.968 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -2000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -973.0, z = -1515.1 }, max = { x = 918.4, z = 1531.5 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33756/scene33756.lua
Normal file
17
Resources/Scripts/Scene/33756/scene33756.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33757/scene33757.lua
Normal file
17
Resources/Scripts/Scene/33757/scene33757.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -973.0, z = -1515.1 },
|
||||
size = { x = 1891.5, z = 3046.6 },
|
||||
born_pos = { x = -0.003, y = -0.102, z = 15.968 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -2000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -973.0, z = -1515.1 }, max = { x = 918.4, z = 1531.5 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33758/scene33758.lua
Normal file
17
Resources/Scripts/Scene/33758/scene33758.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.102, z = 15.011 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -531.5, z = -519.5 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33759/scene33759.lua
Normal file
17
Resources/Scripts/Scene/33759/scene33759.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -973.0, z = -1515.1 },
|
||||
size = { x = 1891.5, z = 3046.6 },
|
||||
born_pos = { x = -0.003, y = -0.102, z = 15.968 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -2000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -973.0, z = -1515.1 }, max = { x = 918.4, z = 1531.5 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33760/scene33760.lua
Normal file
17
Resources/Scripts/Scene/33760/scene33760.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33761/scene33761.lua
Normal file
17
Resources/Scripts/Scene/33761/scene33761.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -973.0, z = -1515.1 },
|
||||
size = { x = 1891.5, z = 3046.6 },
|
||||
born_pos = { x = -0.003, y = -0.102, z = 15.968 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -2000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -973.0, z = -1515.1 }, max = { x = 918.4, z = 1531.5 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33762/scene33762.lua
Normal file
17
Resources/Scripts/Scene/33762/scene33762.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33763/scene33763.lua
Normal file
17
Resources/Scripts/Scene/33763/scene33763.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -973.0, z = -1515.1 },
|
||||
size = { x = 1891.5, z = 3046.6 },
|
||||
born_pos = { x = -0.003, y = -0.102, z = 15.968 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -2000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -973.0, z = -1515.1 }, max = { x = 918.4, z = 1531.5 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33764/scene33764.lua
Normal file
17
Resources/Scripts/Scene/33764/scene33764.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33765/scene33765.lua
Normal file
17
Resources/Scripts/Scene/33765/scene33765.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -973.0, z = -1515.1 },
|
||||
size = { x = 1891.5, z = 3046.6 },
|
||||
born_pos = { x = -0.003, y = -0.102, z = 15.968 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -2000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -973.0, z = -1515.1 }, max = { x = 918.4, z = 1531.5 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33766/scene33766.lua
Normal file
17
Resources/Scripts/Scene/33766/scene33766.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33767/scene33767.lua
Normal file
17
Resources/Scripts/Scene/33767/scene33767.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -973.0, z = -1515.1 },
|
||||
size = { x = 1891.5, z = 3046.6 },
|
||||
born_pos = { x = -0.003, y = -0.102, z = 15.968 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -2000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -973.0, z = -1515.1 }, max = { x = 918.4, z = 1531.5 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33768/scene33768.lua
Normal file
17
Resources/Scripts/Scene/33768/scene33768.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33769/scene33769.lua
Normal file
17
Resources/Scripts/Scene/33769/scene33769.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.102, z = 15.011 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33770/scene33770.lua
Normal file
17
Resources/Scripts/Scene/33770/scene33770.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33771/scene33771.lua
Normal file
17
Resources/Scripts/Scene/33771/scene33771.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -973.0, z = -1515.1 },
|
||||
size = { x = 1891.5, z = 3046.6 },
|
||||
born_pos = { x = -0.003, y = -0.102, z = 15.968 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -2000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -973.0, z = -1515.1 }, max = { x = 918.4, z = 1531.5 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/33772/scene33772.lua
Normal file
17
Resources/Scripts/Scene/33772/scene33772.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34747/scene34747.lua
Normal file
17
Resources/Scripts/Scene/34747/scene34747.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.102, z = 15.011 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34748/scene34748.lua
Normal file
17
Resources/Scripts/Scene/34748/scene34748.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34749/scene34749.lua
Normal file
17
Resources/Scripts/Scene/34749/scene34749.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.102, z = 15.011 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34750/scene34750.lua
Normal file
17
Resources/Scripts/Scene/34750/scene34750.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34751/scene34751.lua
Normal file
17
Resources/Scripts/Scene/34751/scene34751.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.102, z = 15.011 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34752/scene34752.lua
Normal file
17
Resources/Scripts/Scene/34752/scene34752.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34753/scene34753.lua
Normal file
17
Resources/Scripts/Scene/34753/scene34753.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.102, z = 15.011 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34754/scene34754.lua
Normal file
17
Resources/Scripts/Scene/34754/scene34754.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34755/scene34755.lua
Normal file
17
Resources/Scripts/Scene/34755/scene34755.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.102, z = 15.011 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34756/scene34756.lua
Normal file
17
Resources/Scripts/Scene/34756/scene34756.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34757/scene34757.lua
Normal file
17
Resources/Scripts/Scene/34757/scene34757.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.102, z = 15.011 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34758/scene34758.lua
Normal file
17
Resources/Scripts/Scene/34758/scene34758.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.102, z = 15.011 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -531.5, z = -519.5 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34759/scene34759.lua
Normal file
17
Resources/Scripts/Scene/34759/scene34759.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.102, z = 15.011 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34760/scene34760.lua
Normal file
17
Resources/Scripts/Scene/34760/scene34760.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34761/scene34761.lua
Normal file
17
Resources/Scripts/Scene/34761/scene34761.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.102, z = 15.011 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34762/scene34762.lua
Normal file
17
Resources/Scripts/Scene/34762/scene34762.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34763/scene34763.lua
Normal file
17
Resources/Scripts/Scene/34763/scene34763.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.102, z = 15.011 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34764/scene34764.lua
Normal file
17
Resources/Scripts/Scene/34764/scene34764.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34765/scene34765.lua
Normal file
17
Resources/Scripts/Scene/34765/scene34765.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.102, z = 15.011 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34766/scene34766.lua
Normal file
17
Resources/Scripts/Scene/34766/scene34766.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34767/scene34767.lua
Normal file
17
Resources/Scripts/Scene/34767/scene34767.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.102, z = 15.011 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34768/scene34768.lua
Normal file
17
Resources/Scripts/Scene/34768/scene34768.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.176, z = 18.001 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
17
Resources/Scripts/Scene/34769/scene34769.lua
Normal file
17
Resources/Scripts/Scene/34769/scene34769.lua
Normal file
@ -0,0 +1,17 @@
|
||||
scene_config = {
|
||||
begin_pos = { x = -531.5, z = -519.5 },
|
||||
size = { x = 1008.4, z = 1008.4 },
|
||||
born_pos = { x = 0.0, y = -0.102, z = 15.011 },
|
||||
born_rot = { x = 0.0, y = 180.0, z = 0.0 },
|
||||
die_y = -20,
|
||||
city_id = 1,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -531.5, z = -519.5 }, max = { x = 476.9, z = 488.9 } }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = {}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user