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
c10d687d
Commit
c10d687d
authored
Nov 09, 2020
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加深msghint底色
parent
91db1211
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
Classes/gframe/game.cpp
Classes/gframe/game.cpp
+1
-1
mobile/assets/changelog.html
mobile/assets/changelog.html
+4
-2
No files found.
Classes/gframe/game.cpp
View file @
c10d687d
...
...
@@ -737,7 +737,7 @@ bool Game::Initialize(ANDROID_APP app) {
wANRace
,
CHECK_RACE
,
dataManager
.
FormatRace
(
filter
));
//selection hint
stHintMsg
=
env
->
addStaticText
(
L""
,
rect
<
s32
>
(
500
*
xScale
,
90
*
yScale
,
820
*
xScale
,
120
*
yScale
),
true
,
false
,
0
,
-
1
,
false
);
stHintMsg
->
setBackgroundColor
(
0x
60
11113d
);
stHintMsg
->
setBackgroundColor
(
0x
ee
11113d
);
stHintMsg
->
setTextAlignment
(
irr
::
gui
::
EGUIA_CENTER
,
irr
::
gui
::
EGUIA_CENTER
);
stHintMsg
->
setVisible
(
false
);
stTip
=
env
->
addStaticText
(
L""
,
rect
<
s32
>
(
0
*
xScale
,
0
*
yScale
,
150
*
xScale
,
150
*
yScale
),
false
,
true
,
0
,
-
1
,
true
);
...
...
mobile/assets/changelog.html
View file @
c10d687d
...
...
@@ -16,12 +16,14 @@
特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力.
</pre>
<ul>
<li
style=
"color:#ffff00"
>
3.7.
7
</li>
<li
style=
"color:#ffff00"
>
3.7.
10
</li>
</ul>
<pre>
更新:
1.更新ygo内核;
2.旧卡WPP1;
2.新卡1103+T1102+VJ;
变更:
1.加深提示文字底色以便在浅色背景下更容易被看清;
</pre>
<h3
style=
"color:#ff0000"
>
注意
</h3>
<pre>
...
...
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