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
58ec23e4
Commit
58ec23e4
authored
Jan 17, 2019
by
Unicorn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
e6bc3153
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
29 additions
and
30 deletions
+29
-30
Assets/SibylSystem/Config.cs
Assets/SibylSystem/Config.cs
+1
-1
Assets/SibylSystem/Menu/Menu.cs
Assets/SibylSystem/Menu/Menu.cs
+1
-1
Assets/SibylSystem/Program.cs
Assets/SibylSystem/Program.cs
+2
-1
Assets/SibylSystem/ResourceManagers/GameStringHelper.cs
Assets/SibylSystem/ResourceManagers/GameStringHelper.cs
+18
-18
Assets/SibylSystem/selectServer/SelectServer.cs
Assets/SibylSystem/selectServer/SelectServer.cs
+2
-2
Assets/old/Ocgcore/card/Materials/back_pic.mat
Assets/old/Ocgcore/card/Materials/back_pic.mat
+2
-1
Assets/old/Ocgcore/card/Materials/face_pic.mat
Assets/old/Ocgcore/card/Materials/face_pic.mat
+2
-5
Assets/transUI/prefab/trans_menu.prefab
Assets/transUI/prefab/trans_menu.prefab
+1
-1
No files found.
Assets/SibylSystem/Config.cs
View file @
58ec23e4
...
...
@@ -3,7 +3,7 @@ using System.Collections.Generic;
using
System.IO
;
public
static
class
Config
{
public
static
uint
ClientVersion
=
0x134
7
;
public
static
uint
ClientVersion
=
0x134
8
;
class
oneString
{
...
...
Assets/SibylSystem/Menu/Menu.cs
View file @
58ec23e4
...
...
@@ -21,7 +21,7 @@ public class Menu : WindowServantSP
UIHelper
.
registEvent
(
gameObject
,
"single_"
,
onClickPizzle
);
//UIHelper.registEvent(gameObject, "ai_", onClickAI);
UIHelper
.
registEvent
(
gameObject
,
"exit_"
,
onClickExit
);
(
new
Thread
(
up
)).
Start
();
//
(new Thread(up)).Start();
}
public
override
void
show
()
...
...
Assets/SibylSystem/Program.cs
View file @
58ec23e4
...
...
@@ -869,7 +869,8 @@ public class Program : MonoBehaviour
{
Screen
.
SetResolution
(
1300
,
700
,
false
);
}
Application
.
targetFrameRate
=
120
;
QualitySettings
.
vSyncCount
=
0
;
Application
.
targetFrameRate
=
144
;
#
elif
UNITY_ANDROID
||
UNITY_IPHONE
//Android、iPhone
Screen
.
SetResolution
(
1280
,
720
,
true
);
Application
.
targetFrameRate
=
-
1
;
...
...
Assets/SibylSystem/ResourceManagers/GameStringHelper.cs
View file @
58ec23e4
...
...
@@ -119,29 +119,29 @@ public class GameStringHelper
public
static
string
getName
(
YGOSharp
.
Card
card
)
{
string
limitot
=
""
;
switch
(
card
.
Ot
)
{
case
1
:
limitot
=
"[OCG] "
;
break
;
case
2
:
limitot
=
"[TCG] "
;
break
;
case
3
:
limitot
=
"[OCG/TCG] "
;
break
;
case
4
:
limitot
=
"[Anime] "
;
break
;
}
string
limitot
=
""
;
switch
(
card
.
Ot
)
{
case
1
:
limitot
=
"[OCG] "
;
break
;
case
2
:
limitot
=
"[TCG] "
;
break
;
case
3
:
limitot
=
"[OCG/TCG] "
;
break
;
case
4
:
limitot
=
"[Anime] "
;
break
;
}
string
re
=
""
;
try
{
re
+=
"[b]"
+
card
.
Name
+
"[/b]"
;
re
+=
"\n"
;
re
+=
"[sup]"
+
limitot
+
"[/sup]"
;
re
+=
"\r"
;
re
+=
"[sup]"
+
limitot
+
"[/sup]"
;
re
+=
"\r"
;
re
+=
"[sup]"
+
card
.
Id
.
ToString
()
+
"[/sup]"
;
re
+=
"\n"
;
}
...
...
Assets/SibylSystem/selectServer/SelectServer.cs
View file @
58ec23e4
...
...
@@ -144,8 +144,8 @@ public class SelectServer : WindowServantSP
string
versionString
=
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"version_"
).
value
;
if
(
versionString
==
""
)
{
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"version_"
).
value
=
"0x13
3d
"
;
versionString
=
"0x13
3d
"
;
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"version_"
).
value
=
"0x13
48
"
;
versionString
=
"0x13
48
"
;
}
KF_onlineGame
(
Name
,
ipString
,
portString
,
versionString
,
pswString
);
}
...
...
Assets/old/Ocgcore/card/Materials/back_pic.mat
View file @
58ec23e4
...
...
@@ -8,7 +8,7 @@ Material:
m_PrefabInternal
:
{
fileID
:
0
}
m_Name
:
back_pic
m_Shader
:
{
fileID
:
46
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
m_ShaderKeywords
:
_ALPHATEST_ON
m_ShaderKeywords
:
_ALPHATEST_ON
_SPECULARHIGHLIGHTS_OFF
m_LightmapFlags
:
5
m_EnableInstancingVariants
:
0
m_DoubleSidedGI
:
0
...
...
@@ -79,6 +79,7 @@ Material:
-
_R0
:
0.05
-
_RimIntensity
:
3
-
_RimPower
:
3
-
_SpecularHighlights
:
0
-
_SrcBlend
:
1
-
_UVSec
:
0
-
_ZWrite
:
1
...
...
Assets/old/Ocgcore/card/Materials/face_pic.mat
View file @
58ec23e4
...
...
@@ -8,8 +8,8 @@ Material:
m_PrefabInternal
:
{
fileID
:
0
}
m_Name
:
face_pic
m_Shader
:
{
fileID
:
46
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
m_ShaderKeywords
:
_ALPHATEST_ON _
EMISSION _
SPECULARHIGHLIGHTS_OFF
m_LightmapFlags
:
1
m_ShaderKeywords
:
_ALPHATEST_ON _SPECULARHIGHLIGHTS_OFF
m_LightmapFlags
:
5
m_EnableInstancingVariants
:
0
m_DoubleSidedGI
:
0
m_CustomRenderQueue
:
2450
...
...
@@ -95,9 +95,7 @@ Material:
-
_DstBlend
:
0
-
_Exposure
:
1
-
_Focus
:
-100
-
_GlossMapScale
:
1
-
_Glossiness
:
0.5
-
_GlossyReflections
:
1
-
_InvFade
:
1
-
_Metallic
:
0
-
_Mode
:
1
...
...
@@ -105,7 +103,6 @@ Material:
-
_Parallax
:
0.02
-
_Rotation
:
0
-
_Shininess
:
0.2
-
_SmoothnessTextureChannel
:
0
-
_SpecularHighlights
:
0
-
_SrcBlend
:
1
-
_UVSec
:
0
...
...
Assets/transUI/prefab/trans_menu.prefab
View file @
58ec23e4
...
...
@@ -2210,7 +2210,7 @@ MonoBehaviour:
keepCrispWhenShrunk
:
1
mTrueTypeFont
:
{
fileID
:
12800000
,
guid
:
f775853fdfd14bb47934543e95c3bae3
,
type
:
3
}
mFont
:
{
fileID
:
0
}
mText
:
YGOPro2 Android 1.034.
7
mText
:
YGOPro2 Android 1.034.
8
mFontSize
:
18
mFontStyle
:
0
mAlignment
:
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