Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile
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
fallenstardust
YGOMobile
Commits
d00c4c69
Commit
d00c4c69
authored
Dec 11, 2025
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初始化材质时微调信用分图标文件名
parent
823db0e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Classes/gframe/drawing.cpp
Classes/gframe/drawing.cpp
+1
-1
Classes/gframe/image_manager.cpp
Classes/gframe/image_manager.cpp
+1
-1
No files found.
Classes/gframe/drawing.cpp
View file @
d00c4c69
...
...
@@ -1537,7 +1537,6 @@ void Game::DrawThumb(code_pointer cp, irr::core::vector2di pos, const LFList* lf
break
;
}
}
auto
lfcredit
=
lflist
->
credits
.
find
(
lcode
);
auto
current_limitloc
=
limitloc
;
auto
credit_max_display
=
CARD_THUMB_WIDTH
/
20
;
auto
next_limitloc
=
[
&
]()
{
...
...
@@ -1548,6 +1547,7 @@ void Game::DrawThumb(code_pointer cp, irr::core::vector2di pos, const LFList* lf
--
credit_max_display
;
return
this_limitloc
;
};
auto
lfcredit
=
lflist
->
credits
.
find
(
lcode
);
if
(
lfcredit
!=
lflist
->
credits
.
end
())
{
for
(
auto
&
credit_entry
:
lfcredit
->
second
)
{
if
(
credit_max_display
<=
0
)
...
...
Classes/gframe/image_manager.cpp
View file @
d00c4c69
...
...
@@ -35,7 +35,7 @@ bool ImageManager::Initial(const path dir) {
tTarget
=
driver
->
getTexture
((
dir
+
path
(
"/textures/target.png"
)).
c_str
());
tChainTarget
=
driver
->
getTexture
((
dir
+
path
(
"/textures/chaintarget.png"
)).
c_str
());
tLim
=
driver
->
getTexture
((
dir
+
path
(
"/textures/lim.png"
)).
c_str
());
tLimCredit
=
driver
->
getTexture
((
dir
+
path
(
"/textures/lim
C
redit.png"
)).
c_str
());
tLimCredit
=
driver
->
getTexture
((
dir
+
path
(
"/textures/lim
_c
redit.png"
)).
c_str
());
tOT
=
driver
->
getTexture
((
dir
+
path
(
"/textures/ot.png"
)).
c_str
());
tHand
[
0
]
=
driver
->
getTexture
((
dir
+
path
(
"/textures/f1.jpg"
)).
c_str
());
tHand
[
1
]
=
driver
->
getTexture
((
dir
+
path
(
"/textures/f2.jpg"
)).
c_str
());
...
...
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