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
f084574e
Commit
f084574e
authored
Mar 10, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change version and pic url
parent
19380aa9
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
5 deletions
+16
-5
Assets/SibylSystem/Program.cs
Assets/SibylSystem/Program.cs
+2
-2
Assets/SibylSystem/ResourceManagers/GameTextureManager.cs
Assets/SibylSystem/ResourceManagers/GameTextureManager.cs
+1
-1
Assets/SibylSystem/selectServer/SelectServer.cs
Assets/SibylSystem/selectServer/SelectServer.cs
+11
-0
Assets/transUI/prefab/trans_menu.prefab
Assets/transUI/prefab/trans_menu.prefab
+1
-1
ProjectSettings/ProjectSettings.asset
ProjectSettings/ProjectSettings.asset
+1
-1
No files found.
Assets/SibylSystem/Program.cs
View file @
f084574e
...
...
@@ -338,7 +338,7 @@ public class Program : MonoBehaviour
#elif UNITY_IPHONE //iPhone
string
GamePaths
=
Application
.
persistentDataPath
+
"/ygopro2/"
;
if
(!
File
.
Exists
(
GamePaths
+
"updates/version-1.035.0-
1
.txt"
))
if
(!
File
.
Exists
(
GamePaths
+
"updates/version-1.035.0-
3
.txt"
))
{
string
filePath
=
Application
.
streamingAssetsPath
+
"/ygopro2-data.zip"
;
ExtractZipFile
(
System
.
IO
.
File
.
ReadAllBytes
(
filePath
),
GamePaths
);
...
...
@@ -1116,7 +1116,7 @@ public class Program : MonoBehaviour
string
FPS
=
m_FPS
.
ToString
();
try
{
FPS
=
FPS
.
Substring
(
0
,
5
);
}
catch
{}
GUI
.
Label
(
new
Rect
(
10
,
5
,
200
,
200
),
"[Ver 1.035.0-
2
] "
+
"FPS: "
+
FPS
);
GUI
.
Label
(
new
Rect
(
10
,
5
,
200
,
200
),
"[Ver 1.035.0-
3
] "
+
"FPS: "
+
FPS
);
}
void
Update
()
...
...
Assets/SibylSystem/ResourceManagers/GameTextureManager.cs
View file @
f084574e
...
...
@@ -818,7 +818,7 @@ public class GameTextureManager
if
(!
File
.
Exists
(
path
)
&&
pic
.
code
!=
0
&&
AutoPicDownload
)
{
//YGOMobile (177x254)
df
.
Download
(
"http://
koishi.222diy.gdn/ygopro/pics
/"
+
pic
.
code
.
ToString
()
+
".jpg"
,
"picture/card/"
+
pic
.
code
.
ToString
()
+
".jpg"
);
df
.
Download
(
"http://
n.my-card.in/images/ygopro-images-zh-CN
/"
+
pic
.
code
.
ToString
()
+
".jpg"
,
"picture/card/"
+
pic
.
code
.
ToString
()
+
".jpg"
);
path
=
"picture/card/"
+
pic
.
code
.
ToString
()
+
".jpg"
;
}
/*if (!File.Exists(path) && pic.code != 0 && AutoPicDownload)
...
...
Assets/SibylSystem/selectServer/SelectServer.cs
View file @
f084574e
...
...
@@ -53,6 +53,7 @@ public class SelectServer : WindowServantSP
serversList
.
items
.
Add
(
"[OCG]23333 Pre"
);
serversList
.
items
.
Add
(
"[TCG]Koishi"
);
serversList
.
items
.
Add
(
"[轮抽服]2Pick"
);
serversList
.
items
.
Add
(
"[随机卡组]决斗编年史"
);
serversList
.
items
.
Add
(
"[DL]高速决斗"
);
serversList
.
items
.
Add
(
"[GOAT]YGOPro Goat"
);
serversList
.
items
.
Add
(
"[DIY]YGOPro 222DIY"
);
...
...
@@ -130,6 +131,16 @@ public class SelectServer : WindowServantSP
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"port_"
).
value
=
"765"
;
Config
.
Set
(
"serversPicker"
,
"[轮抽服]2Pick"
);
inputIP_
.
enabled
=
false
;
inputPort_
.
enabled
=
false
;
break
;
}
case
"[GOAT]YGOPro Goat"
:
{
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"ip_"
).
value
=
"neko.momobako.com"
;
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"port_"
).
value
=
"23333"
;
Config
.
Set
(
"serversPicker"
,
"[随机卡组]决斗编年史"
);
inputIP_
.
enabled
=
false
;
inputPort_
.
enabled
=
false
;
break
;
...
...
Assets/transUI/prefab/trans_menu.prefab
View file @
f084574e
...
...
@@ -1417,7 +1417,7 @@ MonoBehaviour:
keepCrispWhenShrunk
:
1
mTrueTypeFont
:
{
fileID
:
12800000
,
guid
:
f775853fdfd14bb47934543e95c3bae3
,
type
:
3
}
mFont
:
{
fileID
:
0
}
mText
:
KoishiPro2 iOS 1.035.0-
2
mText
:
KoishiPro2 iOS 1.035.0-
3
mFontSize
:
18
mFontStyle
:
0
mAlignment
:
1
...
...
ProjectSettings/ProjectSettings.asset
View file @
f084574e
...
...
@@ -123,7 +123,7 @@ PlayerSettings:
16:10:
1
16:9:
1
Others
:
1
bundleVersion
:
1.035.0-
2
bundleVersion
:
1.035.0-
3
preloadedAssets
:
[]
metroInputSource
:
0
m_HolographicPauseOnTrackingLoss
:
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