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
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
mercury233
ygopro2
Commits
45907941
Commit
45907941
authored
Apr 10, 2019
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change server sequence
parent
67978fdb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
Assets/SibylSystem/selectServer/SelectServer.cs
Assets/SibylSystem/selectServer/SelectServer.cs
+10
-10
Assets/transUI/prefab/selectServerWithRoomlist.prefab
Assets/transUI/prefab/selectServerWithRoomlist.prefab
+3
-3
No files found.
Assets/SibylSystem/selectServer/SelectServer.cs
View file @
45907941
...
...
@@ -50,22 +50,22 @@ public class SelectServer : WindowServantSP
string
server
=
serversList
.
value
;
switch
(
server
)
{
case
"[OCG]
Mercury233
"
:
case
"[OCG]
Koishi
"
:
{
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"ip_"
).
value
=
"
s1.ygo233
.com"
;
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"port_"
).
value
=
"
233
"
;
Config
.
Set
(
"serversPicker"
,
"[OCG]
Mercury233
"
);
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"ip_"
).
value
=
"
koishi.moecube
.com"
;
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"port_"
).
value
=
"
7210
"
;
Config
.
Set
(
"serversPicker"
,
"[OCG]
Koishi
"
);
list
.
enabled
=
false
;
inputIP_
.
enabled
=
false
;
inputPort_
.
enabled
=
false
;
break
;
}
case
"[OCG]
Koishi
"
:
case
"[OCG]
Mercury233
"
:
{
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"ip_"
).
value
=
"
koishi.moecube
.com"
;
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"port_"
).
value
=
"
7210
"
;
Config
.
Set
(
"serversPicker"
,
"[OCG]
Koishi
"
);
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"ip_"
).
value
=
"
s1.ygo233
.com"
;
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"port_"
).
value
=
"
233
"
;
Config
.
Set
(
"serversPicker"
,
"[OCG]
Mercury233
"
);
list
.
enabled
=
false
;
inputIP_
.
enabled
=
false
;
...
...
@@ -83,11 +83,11 @@ public class SelectServer : WindowServantSP
inputPort_
.
enabled
=
false
;
break
;
}
case
"[
222DIY]Koishi
"
:
case
"[
Custom]YGOPro 222DIY
"
:
{
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"ip_"
).
value
=
"koishi.moecube.com"
;
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"port_"
).
value
=
"222"
;
Config
.
Set
(
"serversPicker"
,
"[
222DIY]Koishi
"
);
Config
.
Set
(
"serversPicker"
,
"[
Custom]YGOPro 222DIY
"
);
list
.
enabled
=
false
;
inputIP_
.
enabled
=
false
;
...
...
Assets/transUI/prefab/selectServerWithRoomlist.prefab
View file @
45907941
...
...
@@ -2637,10 +2637,10 @@ MonoBehaviour:
position
:
0
alignment
:
1
items
:
-
'
[OCG]Mercury233'
-
'
[OCG]Koishi'
-
'
[OCG]Mercury233'
-
'
[TCG]Koishi'
-
'
[
222DIY]Koishi
'
-
'
[
Custom]YGOPro
222DIY
'
-
"
[
\u8F6E\u62BD\u670D
]2Pick"
-
"
[OCG&TCG]
\uD55C\uAD6D\uC11C\uBC84
"
-
'
[Custom]'
...
...
@@ -2661,7 +2661,7 @@ MonoBehaviour:
mMethodName
:
function
mParameters
:
[]
oneShot
:
0
mSelectedItem
:
'
[OCG]
Mercury233
'
mSelectedItem
:
'
[OCG]
Koishi
'
mPanel
:
{
fileID
:
0
}
mBackground
:
{
fileID
:
0
}
mHighlight
:
{
fileID
:
0
}
...
...
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