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
2398cb78
Commit
2398cb78
authored
Apr 15, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version
parent
f579845c
Pipeline
#11695
passed with stages
in 11 minutes and 8 seconds
Changes
5
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
Assets/SibylSystem/Program.cs
Assets/SibylSystem/Program.cs
+2
-2
Assets/transUI/prefab/trans_menu.prefab
Assets/transUI/prefab/trans_menu.prefab
+1
-1
ProjectSettings/ProjectSettings.asset
ProjectSettings/ProjectSettings.asset
+1
-1
ygopro2-data/updates/version-1.035.3-PONPONPON.txt
ygopro2-data/updates/version-1.035.3-PONPONPON.txt
+0
-1
ygopro2-data/updates/version-1.035.3-Setsuna.txt
ygopro2-data/updates/version-1.035.3-Setsuna.txt
+1
-0
No files found.
Assets/SibylSystem/Program.cs
View file @
2398cb78
...
@@ -338,7 +338,7 @@ public class Program : MonoBehaviour
...
@@ -338,7 +338,7 @@ public class Program : MonoBehaviour
#elif UNITY_IPHONE //iPhone
#elif UNITY_IPHONE //iPhone
string
GamePaths
=
Application
.
persistentDataPath
+
"/ygopro2/"
;
string
GamePaths
=
Application
.
persistentDataPath
+
"/ygopro2/"
;
if
(!
File
.
Exists
(
GamePaths
+
"updates/version-1.035.3-
PONPONPON
.txt"
))
if
(!
File
.
Exists
(
GamePaths
+
"updates/version-1.035.3-
Setsuna
.txt"
))
{
{
string
filePath
=
Application
.
streamingAssetsPath
+
"/ygopro2-data.zip"
;
string
filePath
=
Application
.
streamingAssetsPath
+
"/ygopro2-data.zip"
;
ExtractZipFile
(
System
.
IO
.
File
.
ReadAllBytes
(
filePath
),
GamePaths
);
ExtractZipFile
(
System
.
IO
.
File
.
ReadAllBytes
(
filePath
),
GamePaths
);
...
@@ -1118,7 +1118,7 @@ public class Program : MonoBehaviour
...
@@ -1118,7 +1118,7 @@ public class Program : MonoBehaviour
string
FPS
=
m_FPS
.
ToString
();
string
FPS
=
m_FPS
.
ToString
();
try
{
FPS
=
FPS
.
Substring
(
0
,
5
);
}
catch
{}
try
{
FPS
=
FPS
.
Substring
(
0
,
5
);
}
catch
{}
GUI
.
Label
(
new
Rect
(
10
,
5
,
200
,
200
),
"[Ver 1.035.3-
PONPONPON
] "
+
"FPS: "
+
FPS
);
GUI
.
Label
(
new
Rect
(
10
,
5
,
200
,
200
),
"[Ver 1.035.3-
Setsuna
] "
+
"FPS: "
+
FPS
);
}
}
void
Update
()
void
Update
()
...
...
Assets/transUI/prefab/trans_menu.prefab
View file @
2398cb78
...
@@ -1417,7 +1417,7 @@ MonoBehaviour:
...
@@ -1417,7 +1417,7 @@ MonoBehaviour:
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
:
KoishiPro2 iOS 1.035.3-
PONPONPON
mText
:
KoishiPro2 iOS 1.035.3-
Setsuna
mFontSize
:
18
mFontSize
:
18
mFontStyle
:
0
mFontStyle
:
0
mAlignment
:
1
mAlignment
:
1
...
...
ProjectSettings/ProjectSettings.asset
View file @
2398cb78
...
@@ -123,7 +123,7 @@ PlayerSettings:
...
@@ -123,7 +123,7 @@ PlayerSettings:
16:10:
1
16:10:
1
16:9:
1
16:9:
1
Others
:
1
Others
:
1
bundleVersion
:
1.035.3-
PONPONPON
bundleVersion
:
1.035.3-
Setsuna
preloadedAssets
:
[]
preloadedAssets
:
[]
metroInputSource
:
0
metroInputSource
:
0
m_HolographicPauseOnTrackingLoss
:
1
m_HolographicPauseOnTrackingLoss
:
1
...
...
ygopro2-data/updates/version-1.035.3-PONPONPON.txt
deleted
100644 → 0
View file @
f579845c
KoishiPro2 iOS Version 1.035.3-PONPONPON
ygopro2-data/updates/version-1.035.3-Setsuna.txt
0 → 100644
View file @
2398cb78
KoishiPro2 iOS Version 1.035.3-Setsuna
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