Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro2
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
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
nanahira
ygopro2
Commits
98bfbfb2
Commit
98bfbfb2
authored
Apr 10, 2019
by
Unicorn369
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update
parent
20e675cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
80 additions
and
78 deletions
+80
-78
Assets/SibylSystem/selectServer/SelectServer.cs
Assets/SibylSystem/selectServer/SelectServer.cs
+11
-2
Assets/transUI/prefab/selectServerWithRoomlist.prefab
Assets/transUI/prefab/selectServerWithRoomlist.prefab
+69
-76
No files found.
Assets/SibylSystem/selectServer/SelectServer.cs
View file @
98bfbfb2
...
@@ -24,8 +24,8 @@ public class SelectServer : WindowServantSP
...
@@ -24,8 +24,8 @@ public class SelectServer : WindowServantSP
UIHelper
.
registEvent
(
gameObject
,
"face_"
,
onClickFace
);
UIHelper
.
registEvent
(
gameObject
,
"face_"
,
onClickFace
);
UIHelper
.
registEvent
(
gameObject
,
"join_"
,
onClickJoin
);
UIHelper
.
registEvent
(
gameObject
,
"join_"
,
onClickJoin
);
serversList
=
UIHelper
.
getByName
<
UIPopupList
>(
gameObject
,
"server"
);
serversList
=
UIHelper
.
getByName
<
UIPopupList
>(
gameObject
,
"server"
);
serversList
.
fontSize
=
2
0
;
serversList
.
fontSize
=
3
0
;
serversList
.
value
=
Config
.
Get
(
"serversPicker"
,
"[
OCG]Koishi
"
);
serversList
.
value
=
Config
.
Get
(
"serversPicker"
,
"[
Custom]
"
);
UIHelper
.
registEvent
(
gameObject
,
"server"
,
pickServer
);
UIHelper
.
registEvent
(
gameObject
,
"server"
,
pickServer
);
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"name_"
).
value
=
Config
.
Get
(
"name"
,
"YGOPro2 User"
);
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"name_"
).
value
=
Config
.
Get
(
"name"
,
"YGOPro2 User"
);
//UIHelper.getByName<UIInput>(gameObject, "name_").defaultText = "昵称不能为空";
//UIHelper.getByName<UIInput>(gameObject, "name_").defaultText = "昵称不能为空";
...
@@ -42,6 +42,15 @@ public class SelectServer : WindowServantSP
...
@@ -42,6 +42,15 @@ public class SelectServer : WindowServantSP
//inputPsw.defaultText = "房间密码";
//inputPsw.defaultText = "房间密码";
//inputVersion = UIHelper.getByName<UIInput>(gameObject, "version_");
//inputVersion = UIHelper.getByName<UIInput>(gameObject, "version_");
set_version
(
"0x"
+
String
.
Format
(
"{0:X}"
,
Config
.
ClientVersion
));
set_version
(
"0x"
+
String
.
Format
(
"{0:X}"
,
Config
.
ClientVersion
));
//方便免修改 [selectServerWithRoomlist.prefab]
serversList
.
items
.
Add
(
"[OCG]Mercury233"
);
serversList
.
items
.
Add
(
"[OCG]Koishi"
);
serversList
.
items
.
Add
(
"[TCG]Koishi"
);
serversList
.
items
.
Add
(
"[222DIY]Koishi"
);
serversList
.
items
.
Add
(
"[轮抽服]2Pick"
);
serversList
.
items
.
Add
(
"[OCG&TCG]한국서버"
);
serversList
.
items
.
Add
(
"[Custom]"
);
SetActiveFalse
();
SetActiveFalse
();
}
}
...
...
Assets/transUI/prefab/selectServerWithRoomlist.prefab
View file @
98bfbfb2
...
@@ -623,7 +623,7 @@ Transform:
...
@@ -623,7 +623,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
173134
}
m_GameObject
:
{
fileID
:
173134
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
2
41
,
y
:
0
,
z
:
0
}
m_LocalPosition
:
{
x
:
2
80
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
m_Children
:
-
{
fileID
:
489362
}
-
{
fileID
:
489362
}
...
@@ -637,7 +637,7 @@ Transform:
...
@@ -637,7 +637,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
183240
}
m_GameObject
:
{
fileID
:
183240
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
-1
13
,
y
:
11
,
z
:
0
}
m_LocalPosition
:
{
x
:
-1
37
,
y
:
10
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
[]
m_Children
:
[]
m_Father
:
{
fileID
:
483428
}
m_Father
:
{
fileID
:
483428
}
...
@@ -663,7 +663,7 @@ Transform:
...
@@ -663,7 +663,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
152254
}
m_GameObject
:
{
fileID
:
152254
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
2
41
,
y
:
0
,
z
:
0
}
m_LocalPosition
:
{
x
:
2
88
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
m_Children
:
-
{
fileID
:
432674
}
-
{
fileID
:
432674
}
...
@@ -677,7 +677,7 @@ Transform:
...
@@ -677,7 +677,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
105326
}
m_GameObject
:
{
fileID
:
105326
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
-10
,
y
:
3
,
z
:
0
}
m_LocalPosition
:
{
x
:
-10
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
[]
m_Children
:
[]
m_Father
:
{
fileID
:
416418
}
m_Father
:
{
fileID
:
416418
}
...
@@ -737,7 +737,7 @@ Transform:
...
@@ -737,7 +737,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
183770
}
m_GameObject
:
{
fileID
:
183770
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
-1
1
7
,
y
:
-1
,
z
:
0
}
m_LocalPosition
:
{
x
:
-1
36.
7
,
y
:
-1
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
[]
m_Children
:
[]
m_Father
:
{
fileID
:
447572
}
m_Father
:
{
fileID
:
447572
}
...
@@ -763,7 +763,7 @@ Transform:
...
@@ -763,7 +763,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
137516
}
m_GameObject
:
{
fileID
:
137516
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
2
4
6
,
y
:
188
,
z
:
0
}
m_LocalPosition
:
{
x
:
2
9
6
,
y
:
188
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
[]
m_Children
:
[]
m_Father
:
{
fileID
:
410166
}
m_Father
:
{
fileID
:
410166
}
...
@@ -819,7 +819,7 @@ Transform:
...
@@ -819,7 +819,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
123646
}
m_GameObject
:
{
fileID
:
123646
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
1
00
,
y
:
0
,
z
:
0
}
m_LocalPosition
:
{
x
:
1
25
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
[]
m_Children
:
[]
m_Father
:
{
fileID
:
447572
}
m_Father
:
{
fileID
:
447572
}
...
@@ -832,7 +832,7 @@ Transform:
...
@@ -832,7 +832,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
176992
}
m_GameObject
:
{
fileID
:
176992
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
266
,
y
:
0
,
z
:
0
}
m_LocalPosition
:
{
x
:
308
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
m_Children
:
-
{
fileID
:
402964
}
-
{
fileID
:
402964
}
...
@@ -846,7 +846,7 @@ Transform:
...
@@ -846,7 +846,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
159768
}
m_GameObject
:
{
fileID
:
159768
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
1
21
,
y
:
0
,
z
:
0
}
m_LocalPosition
:
{
x
:
1
45
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
m_Children
:
-
{
fileID
:
442160
}
-
{
fileID
:
442160
}
...
@@ -860,7 +860,7 @@ Transform:
...
@@ -860,7 +860,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
155260
}
m_GameObject
:
{
fileID
:
155260
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
1
6
3
,
y
:
0
,
z
:
0
}
m_LocalPosition
:
{
x
:
1
8
3
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
m_Children
:
-
{
fileID
:
442912
}
-
{
fileID
:
442912
}
...
@@ -874,7 +874,7 @@ Transform:
...
@@ -874,7 +874,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
134864
}
m_GameObject
:
{
fileID
:
134864
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
-3
5
,
y
:
12
,
z
:
0
}
m_LocalPosition
:
{
x
:
-3
0
,
y
:
12
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
[]
m_Children
:
[]
m_Father
:
{
fileID
:
407960
}
m_Father
:
{
fileID
:
407960
}
...
@@ -887,7 +887,7 @@ Transform:
...
@@ -887,7 +887,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
145222
}
m_GameObject
:
{
fileID
:
145222
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
266
,
y
:
0
,
z
:
0
}
m_LocalPosition
:
{
x
:
308
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
m_Children
:
-
{
fileID
:
416672
}
-
{
fileID
:
416672
}
...
@@ -901,7 +901,7 @@ Transform:
...
@@ -901,7 +901,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
152882
}
m_GameObject
:
{
fileID
:
152882
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
10
,
y
:
60
,
z
:
0
}
m_LocalPosition
:
{
x
:
-20
,
y
:
60.8
,
z
:
0
}
m_LocalScale
:
{
x
:
1.4325861
,
y
:
1.4325869
,
z
:
1.4325869
}
m_LocalScale
:
{
x
:
1.4325861
,
y
:
1.4325869
,
z
:
1.4325869
}
m_Children
:
m_Children
:
-
{
fileID
:
483958
}
-
{
fileID
:
483958
}
...
@@ -917,7 +917,7 @@ Transform:
...
@@ -917,7 +917,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
184660
}
m_GameObject
:
{
fileID
:
184660
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
-
71
,
y
:
12
,
z
:
0
}
m_LocalPosition
:
{
x
:
-
97
,
y
:
12
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
[]
m_Children
:
[]
m_Father
:
{
fileID
:
431316
}
m_Father
:
{
fileID
:
431316
}
...
@@ -930,7 +930,7 @@ Transform:
...
@@ -930,7 +930,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
162226
}
m_GameObject
:
{
fileID
:
162226
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
-1
13
,
y
:
11
,
z
:
0
}
m_LocalPosition
:
{
x
:
-1
35.5
,
y
:
11
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
[]
m_Children
:
[]
m_Father
:
{
fileID
:
431974
}
m_Father
:
{
fileID
:
431974
}
...
@@ -943,7 +943,7 @@ Transform:
...
@@ -943,7 +943,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
161550
}
m_GameObject
:
{
fileID
:
161550
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
8
3
,
y
:
130
,
z
:
0
}
m_LocalPosition
:
{
x
:
8
0
,
y
:
130
,
z
:
0
}
m_LocalScale
:
{
x
:
1.4325861
,
y
:
1.4325869
,
z
:
1.4325869
}
m_LocalScale
:
{
x
:
1.4325861
,
y
:
1.4325869
,
z
:
1.4325869
}
m_Children
:
m_Children
:
-
{
fileID
:
413236
}
-
{
fileID
:
413236
}
...
@@ -987,7 +987,7 @@ Transform:
...
@@ -987,7 +987,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
159702
}
m_GameObject
:
{
fileID
:
159702
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
-10
,
y
:
3
,
z
:
0
}
m_LocalPosition
:
{
x
:
-10
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
[]
m_Children
:
[]
m_Father
:
{
fileID
:
472854
}
m_Father
:
{
fileID
:
472854
}
...
@@ -1016,7 +1016,7 @@ Transform:
...
@@ -1016,7 +1016,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
168414
}
m_GameObject
:
{
fileID
:
168414
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
-10
,
y
:
3
,
z
:
0
}
m_LocalPosition
:
{
x
:
-10
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
[]
m_Children
:
[]
m_Father
:
{
fileID
:
483958
}
m_Father
:
{
fileID
:
483958
}
...
@@ -1029,7 +1029,7 @@ Transform:
...
@@ -1029,7 +1029,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
127754
}
m_GameObject
:
{
fileID
:
127754
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
-
176
,
y
:
-2.2
,
z
:
0
}
m_LocalPosition
:
{
x
:
-
200
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
[]
m_Children
:
[]
m_Father
:
{
fileID
:
447572
}
m_Father
:
{
fileID
:
447572
}
...
@@ -1055,7 +1055,7 @@ Transform:
...
@@ -1055,7 +1055,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
113214
}
m_GameObject
:
{
fileID
:
113214
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
1
6
3
,
y
:
0
,
z
:
0
}
m_LocalPosition
:
{
x
:
1
8
3
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
m_Children
:
-
{
fileID
:
406588
}
-
{
fileID
:
406588
}
...
@@ -1069,7 +1069,7 @@ Transform:
...
@@ -1069,7 +1069,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
130460
}
m_GameObject
:
{
fileID
:
130460
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
-11
3.8
,
y
:
0
,
z
:
0
}
m_LocalPosition
:
{
x
:
-11
5
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
m_Children
:
-
{
fileID
:
479130
}
-
{
fileID
:
479130
}
...
@@ -1116,7 +1116,7 @@ BoxCollider:
...
@@ -1116,7 +1116,7 @@ BoxCollider:
m_IsTrigger
:
1
m_IsTrigger
:
1
m_Enabled
:
1
m_Enabled
:
1
serializedVersion
:
2
serializedVersion
:
2
m_Size
:
{
x
:
152
,
y
:
34
,
z
:
0
}
m_Size
:
{
x
:
205
,
y
:
34
,
z
:
0
}
m_Center
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_Center
:
{
x
:
0
,
y
:
0
,
z
:
0
}
---
!u!65
&6512340
---
!u!65
&6512340
BoxCollider
:
BoxCollider
:
...
@@ -1128,7 +1128,7 @@ BoxCollider:
...
@@ -1128,7 +1128,7 @@ BoxCollider:
m_IsTrigger
:
1
m_IsTrigger
:
1
m_Enabled
:
1
m_Enabled
:
1
serializedVersion
:
2
serializedVersion
:
2
m_Size
:
{
x
:
8
0
,
y
:
34
,
z
:
0
}
m_Size
:
{
x
:
7
0
,
y
:
34
,
z
:
0
}
m_Center
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_Center
:
{
x
:
0
,
y
:
0
,
z
:
0
}
---
!u!65
&6515454
---
!u!65
&6515454
BoxCollider
:
BoxCollider
:
...
@@ -1140,8 +1140,8 @@ BoxCollider:
...
@@ -1140,8 +1140,8 @@ BoxCollider:
m_IsTrigger
:
1
m_IsTrigger
:
1
m_Enabled
:
1
m_Enabled
:
1
serializedVersion
:
2
serializedVersion
:
2
m_Size
:
{
x
:
2
06.0071
,
y
:
32
,
z
:
0
}
m_Size
:
{
x
:
2
80
,
y
:
34
,
z
:
0
}
m_Center
:
{
x
:
-14.210312
,
y
:
0
,
z
:
0
}
m_Center
:
{
x
:
0
,
y
:
0
,
z
:
0
}
---
!u!65
&6517900
---
!u!65
&6517900
BoxCollider
:
BoxCollider
:
m_ObjectHideFlags
:
1
m_ObjectHideFlags
:
1
...
@@ -1176,7 +1176,7 @@ BoxCollider:
...
@@ -1176,7 +1176,7 @@ BoxCollider:
m_IsTrigger
:
1
m_IsTrigger
:
1
m_Enabled
:
1
m_Enabled
:
1
serializedVersion
:
2
serializedVersion
:
2
m_Size
:
{
x
:
2
31
,
y
:
34
,
z
:
0
}
m_Size
:
{
x
:
2
80
,
y
:
34
,
z
:
0
}
m_Center
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_Center
:
{
x
:
0
,
y
:
0
,
z
:
0
}
---
!u!65
&6532048
---
!u!65
&6532048
BoxCollider
:
BoxCollider
:
...
@@ -1188,7 +1188,7 @@ BoxCollider:
...
@@ -1188,7 +1188,7 @@ BoxCollider:
m_IsTrigger
:
0
m_IsTrigger
:
0
m_Enabled
:
1
m_Enabled
:
1
serializedVersion
:
2
serializedVersion
:
2
m_Size
:
{
x
:
5
50
,
y
:
450
,
z
:
0
}
m_Size
:
{
x
:
6
50
,
y
:
450
,
z
:
0
}
m_Center
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_Center
:
{
x
:
0
,
y
:
0
,
z
:
0
}
---
!u!65
&6540492
---
!u!65
&6540492
BoxCollider
:
BoxCollider
:
...
@@ -1200,7 +1200,7 @@ BoxCollider:
...
@@ -1200,7 +1200,7 @@ BoxCollider:
m_IsTrigger
:
0
m_IsTrigger
:
0
m_Enabled
:
1
m_Enabled
:
1
serializedVersion
:
2
serializedVersion
:
2
m_Size
:
{
x
:
20
,
y
:
2
0
,
z
:
0
}
m_Size
:
{
x
:
30
,
y
:
3
0
,
z
:
0
}
m_Center
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_Center
:
{
x
:
0
,
y
:
0
,
z
:
0
}
---
!u!65
&6551826
---
!u!65
&6551826
BoxCollider
:
BoxCollider
:
...
@@ -1236,8 +1236,8 @@ BoxCollider:
...
@@ -1236,8 +1236,8 @@ BoxCollider:
m_IsTrigger
:
1
m_IsTrigger
:
1
m_Enabled
:
1
m_Enabled
:
1
serializedVersion
:
2
serializedVersion
:
2
m_Size
:
{
x
:
2
06.00713
,
y
:
32
,
z
:
0
}
m_Size
:
{
x
:
2
80
,
y
:
34
,
z
:
0
}
m_Center
:
{
x
:
-14.996368
,
y
:
-0.0000038146973
,
z
:
0
}
m_Center
:
{
x
:
0
,
y
:
0
,
z
:
0
}
---
!u!111
&11106082
---
!u!111
&11106082
Animation
:
Animation
:
m_ObjectHideFlags
:
1
m_ObjectHideFlags
:
1
...
@@ -1355,13 +1355,13 @@ MonoBehaviour:
...
@@ -1355,13 +1355,13 @@ MonoBehaviour:
updateAnchors
:
1
updateAnchors
:
1
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
0.40392157
}
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
0.40392157
}
mPivot
:
0
mPivot
:
0
mWidth
:
2
02
mWidth
:
2
45
mHeight
:
22
mHeight
:
22
mDepth
:
21
mDepth
:
21
autoResizeBoxCollider
:
0
autoResizeBoxCollider
:
0
hideIfOffScreen
:
0
hideIfOffScreen
:
0
keepAspectRatio
:
0
keepAspectRatio
:
0
aspectRatio
:
9.181818
aspectRatio
:
11.136364
keepCrispWhenShrunk
:
1
keepCrispWhenShrunk
:
1
mTrueTypeFont
:
{
fileID
:
12800000
,
guid
:
f775853fdfd14bb47934543e95c3bae3
,
type
:
3
}
mTrueTypeFont
:
{
fileID
:
12800000
,
guid
:
f775853fdfd14bb47934543e95c3bae3
,
type
:
3
}
mFont
:
{
fileID
:
0
}
mFont
:
{
fileID
:
0
}
...
@@ -1485,13 +1485,13 @@ MonoBehaviour:
...
@@ -1485,13 +1485,13 @@ MonoBehaviour:
updateAnchors
:
1
updateAnchors
:
1
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mPivot
:
4
mPivot
:
4
mWidth
:
5
18
mWidth
:
6
18
mHeight
:
5
mHeight
:
5
mDepth
:
2
mDepth
:
2
autoResizeBoxCollider
:
0
autoResizeBoxCollider
:
0
hideIfOffScreen
:
0
hideIfOffScreen
:
0
keepAspectRatio
:
0
keepAspectRatio
:
0
aspectRatio
:
1
0
3.6
aspectRatio
:
1
2
3.6
mType
:
0
mType
:
0
mFillDirection
:
4
mFillDirection
:
4
mFillAmount
:
1
mFillAmount
:
1
...
@@ -1619,13 +1619,13 @@ MonoBehaviour:
...
@@ -1619,13 +1619,13 @@ MonoBehaviour:
updateAnchors
:
1
updateAnchors
:
1
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mPivot
:
4
mPivot
:
4
mWidth
:
8
0
mWidth
:
7
0
mHeight
:
34
mHeight
:
34
mDepth
:
20
mDepth
:
20
autoResizeBoxCollider
:
1
autoResizeBoxCollider
:
1
hideIfOffScreen
:
0
hideIfOffScreen
:
0
keepAspectRatio
:
0
keepAspectRatio
:
0
aspectRatio
:
2.
3529413
aspectRatio
:
2.
0588236
mType
:
1
mType
:
1
mFillDirection
:
4
mFillDirection
:
4
mFillAmount
:
1
mFillAmount
:
1
...
@@ -1735,13 +1735,13 @@ MonoBehaviour:
...
@@ -1735,13 +1735,13 @@ MonoBehaviour:
updateAnchors
:
1
updateAnchors
:
1
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mPivot
:
4
mPivot
:
4
mWidth
:
152
mWidth
:
205
mHeight
:
34
mHeight
:
34
mDepth
:
20
mDepth
:
20
autoResizeBoxCollider
:
1
autoResizeBoxCollider
:
1
hideIfOffScreen
:
0
hideIfOffScreen
:
0
keepAspectRatio
:
0
keepAspectRatio
:
0
aspectRatio
:
4.470588
aspectRatio
:
6.029412
mType
:
1
mType
:
1
mFillDirection
:
4
mFillDirection
:
4
mFillAmount
:
1
mFillAmount
:
1
...
@@ -1785,17 +1785,17 @@ MonoBehaviour:
...
@@ -1785,17 +1785,17 @@ MonoBehaviour:
updateAnchors
:
1
updateAnchors
:
1
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mPivot
:
3
mPivot
:
3
mWidth
:
2
1
0
mWidth
:
2
5
0
mHeight
:
18
mHeight
:
18
mDepth
:
11
mDepth
:
11
autoResizeBoxCollider
:
0
autoResizeBoxCollider
:
0
hideIfOffScreen
:
0
hideIfOffScreen
:
0
keepAspectRatio
:
0
keepAspectRatio
:
0
aspectRatio
:
1
1.666667
aspectRatio
:
1
3.888889
keepCrispWhenShrunk
:
1
keepCrispWhenShrunk
:
1
mTrueTypeFont
:
{
fileID
:
12800000
,
guid
:
f775853fdfd14bb47934543e95c3bae3
,
type
:
3
}
mTrueTypeFont
:
{
fileID
:
12800000
,
guid
:
f775853fdfd14bb47934543e95c3bae3
,
type
:
3
}
mFont
:
{
fileID
:
0
}
mFont
:
{
fileID
:
0
}
mText
:
'
[
OCG]Koishi
'
mText
:
'
[
Custom]
'
mFontSize
:
18
mFontSize
:
18
mFontStyle
:
0
mFontStyle
:
0
mAlignment
:
0
mAlignment
:
0
...
@@ -1851,13 +1851,13 @@ MonoBehaviour:
...
@@ -1851,13 +1851,13 @@ MonoBehaviour:
updateAnchors
:
1
updateAnchors
:
1
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mPivot
:
4
mPivot
:
4
mWidth
:
2
36
mWidth
:
2
80
mHeight
:
34
mHeight
:
34
mDepth
:
20
mDepth
:
20
autoResizeBoxCollider
:
0
autoResizeBoxCollider
:
0
hideIfOffScreen
:
0
hideIfOffScreen
:
0
keepAspectRatio
:
0
keepAspectRatio
:
0
aspectRatio
:
6.941176
4
aspectRatio
:
8.23529
4
mType
:
1
mType
:
1
mFillDirection
:
4
mFillDirection
:
4
mFillAmount
:
1
mFillAmount
:
1
...
@@ -1901,13 +1901,13 @@ MonoBehaviour:
...
@@ -1901,13 +1901,13 @@ MonoBehaviour:
updateAnchors
:
1
updateAnchors
:
1
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mPivot
:
4
mPivot
:
4
mWidth
:
2
36
mWidth
:
2
80
mHeight
:
34
mHeight
:
34
mDepth
:
20
mDepth
:
20
autoResizeBoxCollider
:
0
autoResizeBoxCollider
:
0
hideIfOffScreen
:
0
hideIfOffScreen
:
0
keepAspectRatio
:
0
keepAspectRatio
:
0
aspectRatio
:
6.941176
4
aspectRatio
:
8.23529
4
mType
:
1
mType
:
1
mFillDirection
:
4
mFillDirection
:
4
mFillAmount
:
1
mFillAmount
:
1
...
@@ -2045,13 +2045,13 @@ MonoBehaviour:
...
@@ -2045,13 +2045,13 @@ MonoBehaviour:
updateAnchors
:
1
updateAnchors
:
1
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
0.40392157
}
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
0.40392157
}
mPivot
:
0
mPivot
:
0
mWidth
:
2
02
mWidth
:
2
45
mHeight
:
22
mHeight
:
22
mDepth
:
21
mDepth
:
21
autoResizeBoxCollider
:
0
autoResizeBoxCollider
:
0
hideIfOffScreen
:
0
hideIfOffScreen
:
0
keepAspectRatio
:
0
keepAspectRatio
:
0
aspectRatio
:
9.181818
aspectRatio
:
11.136364
keepCrispWhenShrunk
:
1
keepCrispWhenShrunk
:
1
mTrueTypeFont
:
{
fileID
:
12800000
,
guid
:
f775853fdfd14bb47934543e95c3bae3
,
type
:
3
}
mTrueTypeFont
:
{
fileID
:
12800000
,
guid
:
f775853fdfd14bb47934543e95c3bae3
,
type
:
3
}
mFont
:
{
fileID
:
0
}
mFont
:
{
fileID
:
0
}
...
@@ -2297,13 +2297,13 @@ MonoBehaviour:
...
@@ -2297,13 +2297,13 @@ MonoBehaviour:
updateAnchors
:
1
updateAnchors
:
1
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mPivot
:
4
mPivot
:
4
mWidth
:
4
80
mWidth
:
5
80
mHeight
:
22
mHeight
:
22
mDepth
:
1
mDepth
:
1
autoResizeBoxCollider
:
0
autoResizeBoxCollider
:
0
hideIfOffScreen
:
0
hideIfOffScreen
:
0
keepAspectRatio
:
0
keepAspectRatio
:
0
aspectRatio
:
2
1.818182
aspectRatio
:
2
6.363636
keepCrispWhenShrunk
:
1
keepCrispWhenShrunk
:
1
mTrueTypeFont
:
{
fileID
:
10102
,
guid
:
0000000000000000e000000000000000
,
type
:
0
}
mTrueTypeFont
:
{
fileID
:
10102
,
guid
:
0000000000000000e000000000000000
,
type
:
0
}
mFont
:
{
fileID
:
0
}
mFont
:
{
fileID
:
0
}
...
@@ -2347,24 +2347,24 @@ MonoBehaviour:
...
@@ -2347,24 +2347,24 @@ MonoBehaviour:
leftAnchor
:
leftAnchor
:
target
:
{
fileID
:
410166
}
target
:
{
fileID
:
410166
}
relative
:
1
relative
:
1
absolute
:
-
39
absolute
:
-
44
rightAnchor
:
rightAnchor
:
target
:
{
fileID
:
410166
}
target
:
{
fileID
:
410166
}
relative
:
1
relative
:
1
absolute
:
-1
9
absolute
:
-1
4
bottomAnchor
:
bottomAnchor
:
target
:
{
fileID
:
410166
}
target
:
{
fileID
:
410166
}
relative
:
1
relative
:
1
absolute
:
-
47
absolute
:
-
52
topAnchor
:
topAnchor
:
target
:
{
fileID
:
410166
}
target
:
{
fileID
:
410166
}
relative
:
1
relative
:
1
absolute
:
-2
7
absolute
:
-2
2
updateAnchors
:
1
updateAnchors
:
1
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mPivot
:
4
mPivot
:
4
mWidth
:
2
0
mWidth
:
3
0
mHeight
:
2
0
mHeight
:
3
0
mDepth
:
1
mDepth
:
1
autoResizeBoxCollider
:
1
autoResizeBoxCollider
:
1
hideIfOffScreen
:
0
hideIfOffScreen
:
0
...
@@ -2636,14 +2636,7 @@ MonoBehaviour:
...
@@ -2636,14 +2636,7 @@ MonoBehaviour:
highlightSprite
:
Button
highlightSprite
:
Button
position
:
0
position
:
0
alignment
:
1
alignment
:
1
items
:
items
:
[]
-
'
[OCG]Mercury233'
-
'
[OCG]Koishi'
-
'
[TCG]Koishi'
-
'
[222DIY]Koishi'
-
"
[
\u8F6E\u62BD\u670D
]2Pick"
-
"
[OCG&TCG]
\uD55C\uAD6D\uC11C\uBC84
"
-
'
[Custom]'
padding
:
{
x
:
4
,
y
:
4
}
padding
:
{
x
:
4
,
y
:
4
}
textColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
textColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
backgroundColor
:
{
r
:
0
,
g
:
0
,
b
:
0
,
a
:
1
}
backgroundColor
:
{
r
:
0
,
g
:
0
,
b
:
0
,
a
:
1
}
...
@@ -2661,7 +2654,7 @@ MonoBehaviour:
...
@@ -2661,7 +2654,7 @@ MonoBehaviour:
mMethodName
:
function
mMethodName
:
function
mParameters
:
[]
mParameters
:
[]
oneShot
:
0
oneShot
:
0
mSelectedItem
:
'
[OCG]Mercury233'
mSelectedItem
:
mPanel
:
{
fileID
:
0
}
mPanel
:
{
fileID
:
0
}
mBackground
:
{
fileID
:
0
}
mBackground
:
{
fileID
:
0
}
mHighlight
:
{
fileID
:
0
}
mHighlight
:
{
fileID
:
0
}
...
@@ -2777,13 +2770,13 @@ MonoBehaviour:
...
@@ -2777,13 +2770,13 @@ MonoBehaviour:
updateAnchors
:
1
updateAnchors
:
1
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
0.40392157
}
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
0.40392157
}
mPivot
:
0
mPivot
:
0
mWidth
:
1
42
mWidth
:
1
95
mHeight
:
24
mHeight
:
24
mDepth
:
21
mDepth
:
21
autoResizeBoxCollider
:
0
autoResizeBoxCollider
:
0
hideIfOffScreen
:
0
hideIfOffScreen
:
0
keepAspectRatio
:
0
keepAspectRatio
:
0
aspectRatio
:
5.916666
5
aspectRatio
:
8.12
5
keepCrispWhenShrunk
:
1
keepCrispWhenShrunk
:
1
mTrueTypeFont
:
{
fileID
:
12800000
,
guid
:
f775853fdfd14bb47934543e95c3bae3
,
type
:
3
}
mTrueTypeFont
:
{
fileID
:
12800000
,
guid
:
f775853fdfd14bb47934543e95c3bae3
,
type
:
3
}
mFont
:
{
fileID
:
0
}
mFont
:
{
fileID
:
0
}
...
@@ -2873,13 +2866,13 @@ MonoBehaviour:
...
@@ -2873,13 +2866,13 @@ MonoBehaviour:
updateAnchors
:
1
updateAnchors
:
1
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mPivot
:
4
mPivot
:
4
mWidth
:
5
14
mWidth
:
6
14
mHeight
:
400
mHeight
:
400
mDepth
:
-100
mDepth
:
-100
autoResizeBoxCollider
:
0
autoResizeBoxCollider
:
0
hideIfOffScreen
:
0
hideIfOffScreen
:
0
keepAspectRatio
:
0
keepAspectRatio
:
0
aspectRatio
:
1.
28
5
aspectRatio
:
1.
53
5
mType
:
0
mType
:
0
mFillDirection
:
4
mFillDirection
:
4
mFillAmount
:
1
mFillAmount
:
1
...
@@ -2932,20 +2925,20 @@ MonoBehaviour:
...
@@ -2932,20 +2925,20 @@ MonoBehaviour:
updateAnchors
:
1
updateAnchors
:
1
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
0.40392157
}
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
0.40392157
}
mPivot
:
0
mPivot
:
0
mWidth
:
7
0
mWidth
:
6
0
mHeight
:
24
mHeight
:
24
mDepth
:
21
mDepth
:
21
autoResizeBoxCollider
:
0
autoResizeBoxCollider
:
0
hideIfOffScreen
:
0
hideIfOffScreen
:
0
keepAspectRatio
:
0
keepAspectRatio
:
0
aspectRatio
:
2.
9166667
aspectRatio
:
2.
5
keepCrispWhenShrunk
:
1
keepCrispWhenShrunk
:
1
mTrueTypeFont
:
{
fileID
:
12800000
,
guid
:
f775853fdfd14bb47934543e95c3bae3
,
type
:
3
}
mTrueTypeFont
:
{
fileID
:
12800000
,
guid
:
f775853fdfd14bb47934543e95c3bae3
,
type
:
3
}
mFont
:
{
fileID
:
0
}
mFont
:
{
fileID
:
0
}
mText
:
"
\u7AEF\u53E3
"
mText
:
"
\u7AEF\u53E3
"
mFontSize
:
18
mFontSize
:
18
mFontStyle
:
0
mFontStyle
:
0
mAlignment
:
1
mAlignment
:
2
mEncoding
:
0
mEncoding
:
0
mMaxLineCount
:
1
mMaxLineCount
:
1
mEffectStyle
:
0
mEffectStyle
:
0
...
@@ -3107,13 +3100,13 @@ MonoBehaviour:
...
@@ -3107,13 +3100,13 @@ MonoBehaviour:
updateAnchors
:
1
updateAnchors
:
1
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mPivot
:
4
mPivot
:
4
mWidth
:
5
50
mWidth
:
6
50
mHeight
:
450
mHeight
:
450
mDepth
:
0
mDepth
:
0
autoResizeBoxCollider
:
1
autoResizeBoxCollider
:
1
hideIfOffScreen
:
0
hideIfOffScreen
:
0
keepAspectRatio
:
0
keepAspectRatio
:
0
aspectRatio
:
1.
2222222
aspectRatio
:
1.
4444444
mType
:
1
mType
:
1
mFillDirection
:
4
mFillDirection
:
4
mFillAmount
:
1
mFillAmount
:
1
...
@@ -3167,7 +3160,7 @@ MonoBehaviour:
...
@@ -3167,7 +3160,7 @@ MonoBehaviour:
mClipTexture
:
{
fileID
:
0
}
mClipTexture
:
{
fileID
:
0
}
mAlpha
:
1
mAlpha
:
1
mClipping
:
3
mClipping
:
3
mClipRange
:
{
x
:
2
,
y
:
-1
,
z
:
600
,
w
:
60
0
}
mClipRange
:
{
x
:
0
,
y
:
0
,
z
:
650
,
w
:
45
0
}
mClipSoftness
:
{
x
:
0
,
y
:
0
}
mClipSoftness
:
{
x
:
0
,
y
:
0
}
mDepth
:
10
mDepth
:
10
mSortingOrder
:
0
mSortingOrder
:
0
...
@@ -3384,13 +3377,13 @@ MonoBehaviour:
...
@@ -3384,13 +3377,13 @@ MonoBehaviour:
updateAnchors
:
1
updateAnchors
:
1
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
1
}
mPivot
:
4
mPivot
:
4
mWidth
:
2
31
mWidth
:
2
80
mHeight
:
34
mHeight
:
34
mDepth
:
7
mDepth
:
7
autoResizeBoxCollider
:
1
autoResizeBoxCollider
:
1
hideIfOffScreen
:
0
hideIfOffScreen
:
0
keepAspectRatio
:
0
keepAspectRatio
:
0
aspectRatio
:
6.7941175
aspectRatio
:
8.235294
mType
:
1
mType
:
1
mFillDirection
:
4
mFillDirection
:
4
mFillAmount
:
1
mFillAmount
:
1
...
...
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