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
f39efe01
Commit
f39efe01
authored
Jun 10, 2024
by
SherryChaos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
d18b446a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Assets/Scripts/MDPro3/Servants/OcgCore.cs
Assets/Scripts/MDPro3/Servants/OcgCore.cs
+2
-0
Assets/Scripts/MDPro3/UI/Handler/PhaseButtonHandler.cs
Assets/Scripts/MDPro3/UI/Handler/PhaseButtonHandler.cs
+1
-1
No files found.
Assets/Scripts/MDPro3/Servants/OcgCore.cs
View file @
f39efe01
...
@@ -8649,6 +8649,8 @@ namespace MDPro3
...
@@ -8649,6 +8649,8 @@ namespace MDPro3
{
{
if
(!
duelEnded
)
if
(!
duelEnded
)
return
;
return
;
if
(!
isShowed
)
return
;
var
selections
=
new
List
<
string
>()
var
selections
=
new
List
<
string
>()
{
{
InterString
.
Get
(
"保存回放"
),
InterString
.
Get
(
"保存回放"
),
...
...
Assets/Scripts/MDPro3/UI/Handler/PhaseButtonHandler.cs
View file @
f39efe01
...
@@ -64,7 +64,7 @@ namespace MDPro3.UI
...
@@ -64,7 +64,7 @@ namespace MDPro3.UI
//Click
//Click
if
(
Program
.
hoverObject
==
collider_
.
gameObject
&&
Program
.
InputGetMouse0Up
)
if
(
Program
.
hoverObject
==
collider_
.
gameObject
&&
Program
.
InputGetMouse0Up
)
{
{
if
(
Program
.
I
().
ocgcore
.
returnAction
==
null
)
if
(
Program
.
I
().
ocgcore
.
currentPopup
==
null
)
{
{
var
tasks
=
new
List
<
string
>
var
tasks
=
new
List
<
string
>
{
Program
.
I
().
ocgcore
.
phase
.
ToString
()};
{
Program
.
I
().
ocgcore
.
phase
.
ToString
()};
...
...
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