Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
MDPro2
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
wangbiao
MDPro2
Commits
df4db0d2
Commit
df4db0d2
authored
Jun 18, 2023
by
赤子奈落
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix card do not show face in deck manager when add existing card
parent
0c195f46
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
Assets/ArtSystem/deckManager/MonoCardInDeckManager.cs
Assets/ArtSystem/deckManager/MonoCardInDeckManager.cs
+1
-1
Assets/SibylSystem/deckManager/DeckManager.cs
Assets/SibylSystem/deckManager/DeckManager.cs
+1
-0
Assets/YGOSharp/CardsManager.cs
Assets/YGOSharp/CardsManager.cs
+2
-1
No files found.
Assets/ArtSystem/deckManager/MonoCardInDeckManager.cs
View file @
df4db0d2
...
...
@@ -23,7 +23,7 @@ public class MonoCardInDeckManager : MonoBehaviour
}
}
p
rivate
async
void
LoadCard
()
p
ublic
async
void
LoadCard
()
{
gameObject
.
transform
.
Find
(
"face"
).
GetComponent
<
Renderer
>().
material
.
mainTexture
=
await
GameTextureManager
.
GetCardPicture
(
_cardData
.
Id
);
...
...
Assets/SibylSystem/deckManager/DeckManager.cs
View file @
df4db0d2
...
...
@@ -191,6 +191,7 @@ public class DeckManager : ServantWithCardDescription
deckDirty
=
true
;
ArrangeObjectDeck
(
true
);
ShowObjectDeck
();
card
.
LoadCard
();
}
else
{
...
...
Assets/YGOSharp/CardsManager.cs
View file @
df4db0d2
...
...
@@ -25,7 +25,8 @@ MDPro2
Bilibili @赤子奈落
快捷键功能:
F5:打开或关闭决斗时的UI;
F4:开关卡片描述;
F5:开关决斗时的UI;
F6:锁定画面位置(画面无法上下移动);
F7:切换确认卡片的位置。
...
...
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