Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
MDPro3
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
Alexis_chen
MDPro3
Commits
b6acd2b1
Commit
b6acd2b1
authored
Apr 02, 2024
by
SherryChaos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix non-pendulum-text card detail bug
parent
3120b02e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Assets/Scripts/MDPro3/Duel/CardDetail.cs
Assets/Scripts/MDPro3/Duel/CardDetail.cs
+3
-0
ProjectSettings/ProjectSettings.asset
ProjectSettings/ProjectSettings.asset
+1
-2
No files found.
Assets/Scripts/MDPro3/Duel/CardDetail.cs
View file @
b6acd2b1
...
@@ -173,6 +173,9 @@ namespace MDPro3
...
@@ -173,6 +173,9 @@ namespace MDPro3
string
TextForDetail
(
string
text
)
string
TextForDetail
(
string
text
)
{
{
if
(
string
.
IsNullOrEmpty
(
text
))
text
=
string
.
Empty
;
if
(
Config
.
Get
(
"Language"
,
"zh-CN"
)
!=
"en-US"
if
(
Config
.
Get
(
"Language"
,
"zh-CN"
)
!=
"en-US"
||
Config
.
Get
(
"Language"
,
"zh-CN"
)
!=
"es-ES"
)
||
Config
.
Get
(
"Language"
,
"zh-CN"
)
!=
"es-ES"
)
{
{
...
...
ProjectSettings/ProjectSettings.asset
View file @
b6acd2b1
...
@@ -135,8 +135,7 @@ PlayerSettings:
...
@@ -135,8 +135,7 @@ PlayerSettings:
16:9:
1
16:9:
1
Others
:
1
Others
:
1
bundleVersion
:
1.0.1
bundleVersion
:
1.0.1
preloadedAssets
:
preloadedAssets
:
[]
-
{
fileID
:
11400000
,
guid
:
5fb02d2098f52054b89ce4a9f63ba9ee
,
type
:
2
}
metroInputSource
:
0
metroInputSource
:
0
wsaTransparentSwapchain
:
0
wsaTransparentSwapchain
:
0
m_HolographicPauseOnTrackingLoss
:
1
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