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
Dark_Zane
MDPro3
Commits
0fd6be1f
Commit
0fd6be1f
authored
May 31, 2024
by
SherryChaos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PopupDuelSelectCard returnAction bug fix
parent
f155bde6
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
11 deletions
+37
-11
Assets/Fonts/SourceHanSansSC-Medium SDF.asset
Assets/Fonts/SourceHanSansSC-Medium SDF.asset
+33
-10
Assets/Scripts/MDPro3/UI/Popup/PopupDuelSelectCard.cs
Assets/Scripts/MDPro3/UI/Popup/PopupDuelSelectCard.cs
+4
-1
No files found.
Assets/Fonts/SourceHanSansSC-Medium SDF.asset
View file @
0fd6be1f
This diff is collapsed.
Click to expand it.
Assets/Scripts/MDPro3/UI/Popup/PopupDuelSelectCard.cs
View file @
0fd6be1f
...
...
@@ -126,6 +126,10 @@ namespace MDPro3.UI
{
base
.
Show
();
Program
.
I
().
currentServant
.
returnAction
=
OnCancel
;
if
(!
exitable
)
Program
.
I
().
currentServant
.
returnAction
=
FieldView
;
if
(
Program
.
I
().
ocgcore
.
currentMessage
==
GameMessage
.
ConfirmCards
)
Program
.
I
().
currentServant
.
returnAction
=
OnFinish
;
}
void
Refresh
()
...
...
@@ -373,7 +377,6 @@ namespace MDPro3.UI
public
override
void
OnCancel
()
{
//Debug.Log("OnCancel: " + core.currentMessage);
base
.
OnCancel
();
if
(!
exitable
)
return
;
...
...
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