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
b87c4e65
Commit
b87c4e65
authored
Apr 30, 2020
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
9f8c4a01
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 @
b87c4e65
...
@@ -1057,7 +1057,7 @@ void Game::DrawSpec() {
...
@@ -1057,7 +1057,7 @@ void Game::DrawSpec() {
if
(
!
showChat
&&
i
>
2
)
if
(
!
showChat
&&
i
>
2
)
continue
;
continue
;
int
w
=
textFont
->
getDimension
(
chatMsg
[
i
].
c_str
()).
Width
;
int
w
=
textFont
->
getDimension
(
chatMsg
[
i
].
c_str
()).
Width
;
driver
->
draw2DRectangle
(
recti
(
305
*
mainGame
->
xScale
,
(
596
-
20
*
i
)
*
mainGame
->
yScale
,
(
307
+
w
)
*
mainGame
->
xScale
,
(
616
-
20
*
i
)
*
mainGame
->
yScale
),
0xa0000000
,
0xa0000000
,
0xa0000000
,
0xa0000000
);
driver
->
draw2DRectangle
(
recti
(
305
*
mainGame
->
xScale
,
(
596
-
20
*
i
)
*
mainGame
->
yScale
,
307
*
mainGame
->
xScale
+
w
,
(
616
-
20
*
i
)
*
mainGame
->
yScale
),
0xa0000000
,
0xa0000000
,
0xa0000000
,
0xa0000000
);
textFont
->
draw
(
chatMsg
[
i
].
c_str
(),
rect
<
s32
>
(
305
*
mainGame
->
xScale
,
(
595
-
20
*
i
)
*
mainGame
->
yScale
,
1020
*
mainGame
->
xScale
,
(
615
-
20
*
i
)
*
mainGame
->
yScale
),
0xff000000
,
false
,
false
);
textFont
->
draw
(
chatMsg
[
i
].
c_str
(),
rect
<
s32
>
(
305
*
mainGame
->
xScale
,
(
595
-
20
*
i
)
*
mainGame
->
yScale
,
1020
*
mainGame
->
xScale
,
(
615
-
20
*
i
)
*
mainGame
->
yScale
),
0xff000000
,
false
,
false
);
textFont
->
draw
(
chatMsg
[
i
].
c_str
(),
rect
<
s32
>
(
306
*
mainGame
->
xScale
,
(
596
-
20
*
i
)
*
mainGame
->
yScale
,
1021
*
mainGame
->
xScale
,
(
616
-
20
*
i
)
*
mainGame
->
yScale
),
chatColor
[
chatType
[
i
]],
false
,
false
);
textFont
->
draw
(
chatMsg
[
i
].
c_str
(),
rect
<
s32
>
(
306
*
mainGame
->
xScale
,
(
596
-
20
*
i
)
*
mainGame
->
yScale
,
1021
*
mainGame
->
xScale
,
(
616
-
20
*
i
)
*
mainGame
->
yScale
),
chatColor
[
chatType
[
i
]],
false
,
false
);
}
}
...
...
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