Commit 8a3624bd authored by 赤子奈落's avatar 赤子奈落

add function that keeps field2 the same with field1

parent 557c4c9a
...@@ -313,6 +313,7 @@ public class LoadAssets : MonoBehaviour ...@@ -313,6 +313,7 @@ public class LoadAssets : MonoBehaviour
switch (name) switch (name)
{ {
case "随机": return RandomMap("Mat"); case "随机": return RandomMap("Mat");
case "与我方场地相同": return field1;
case "仪式之间": return "001"; case "仪式之间": return "001";
case "森林": return "002"; case "森林": return "002";
case "魔导书廊": return "003"; case "魔导书廊": return "003";
......
...@@ -4761,7 +4761,7 @@ PrefabInstance: ...@@ -4761,7 +4761,7 @@ PrefabInstance:
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 11459576, guid: 4e3c1289cf09fad40bde488731159a6a, type: 3} - target: {fileID: 11459576, guid: 4e3c1289cf09fad40bde488731159a6a, type: 3}
propertyPath: mText propertyPath: mText
value: MDPro2 v1.7.4 value: MDPro2 v1.7.5
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 11459576, guid: 4e3c1289cf09fad40bde488731159a6a, type: 3} - target: {fileID: 11459576, guid: 4e3c1289cf09fad40bde488731159a6a, type: 3}
propertyPath: mWidth propertyPath: mWidth
...@@ -10873,6 +10873,7 @@ MonoBehaviour: ...@@ -10873,6 +10873,7 @@ MonoBehaviour:
alignment: 1 alignment: 1
items: items:
- "\u968F\u673A" - "\u968F\u673A"
- "\u4E0E\u6211\u65B9\u573A\u5730\u76F8\u540C"
- "\u4EEA\u5F0F\u4E4B\u95F4" - "\u4EEA\u5F0F\u4E4B\u95F4"
- "\u68EE\u6797" - "\u68EE\u6797"
- "\u9B54\u5BFC\u4E66\u5ECA" - "\u9B54\u5BFC\u4E66\u5ECA"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment