Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
MDPro2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SophiaCup
MDPro2
Commits
8a3624bd
Commit
8a3624bd
authored
Jun 12, 2023
by
赤子奈落
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add function that keeps field2 the same with field1
parent
557c4c9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Assets/MD/Scripts/LoadAssets.cs
Assets/MD/Scripts/LoadAssets.cs
+1
-0
Assets/MD/main.unity
Assets/MD/main.unity
+2
-1
No files found.
Assets/MD/Scripts/LoadAssets.cs
View file @
8a3624bd
...
@@ -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"
;
...
...
Assets/MD/main.unity
View file @
8a3624bd
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment