Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile-Cn-Ko-En
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-Cn-Ko-En
Commits
6f00d739
Commit
6f00d739
authored
Mar 11, 2025
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak 手卡、场上卡片的宽度10->9.5f
parent
3356c2a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Classes/gframe/drawing.cpp
Classes/gframe/drawing.cpp
+1
-1
No files found.
Classes/gframe/drawing.cpp
View file @
6f00d739
...
...
@@ -15,7 +15,7 @@ inline void SetS3DVertex(S3DVertex* v, f32 x1, f32 y1, f32 x2, f32 y2, f32 z, f3
v
[
3
]
=
S3DVertex
(
x2
,
y2
,
z
,
0
,
0
,
nz
,
SColor
(
255
,
255
,
255
,
255
),
tu2
,
tv2
);
}
void
Game
::
SetCardS3DVertex
()
{
f32
defalutScale
=
(
mainGame
->
xScale
-
mainGame
->
yScale
)
/
10
;
f32
defalutScale
=
(
mainGame
->
xScale
-
mainGame
->
yScale
)
/
9.5
f
;
ALOGD
(
"cc drawing defalutScale = %f"
,
defalutScale
);
SetS3DVertex
(
matManager
.
vCardFront
,
-
0.35
f
+
defalutScale
,
-
0.5
f
,
0.35
f
-
defalutScale
,
0.5
f
,
0
,
1
,
0
,
0
,
1
,
1
);
SetS3DVertex
(
matManager
.
vCardOutline
,
-
0.375
f
+
defalutScale
,
-
0.54
f
,
0.37
f
-
defalutScale
,
0.54
f
,
0
,
1
,
0
,
0
,
1
,
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