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
7f1d8857
Commit
7f1d8857
authored
Aug 16, 2020
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.7.5 LOG-O
parent
db47ce91
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
8 deletions
+9
-8
Classes/gframe/game.cpp
Classes/gframe/game.cpp
+2
-2
mobile/assets/changelog.html
mobile/assets/changelog.html
+5
-4
mobile/build.gradle
mobile/build.gradle
+2
-2
mobile/src/main/res/drawable-xhdpi/ic_launcher3.png
mobile/src/main/res/drawable-xhdpi/ic_launcher3.png
+0
-0
No files found.
Classes/gframe/game.cpp
View file @
7f1d8857
...
...
@@ -566,9 +566,9 @@ bool Game::Initialize(ANDROID_APP app) {
wFTSelect
->
setVisible
(
false
);
ChangeToIGUIImageWindow
(
wFTSelect
,
bgFTSelect
,
imageManager
.
tDialog_L
);
btnFirst
=
env
->
addButton
(
rect
<
s32
>
(
20
*
xScale
,
35
*
yScale
,
370
*
xScale
,
85
*
yScale
),
wFTSelect
,
BUTTON_FIRST
,
dataManager
.
GetSysString
(
100
));
ChangeToIGUIImageButton
(
btnFirst
,
imageManager
.
tButton_L
,
imageManager
.
tButton_L_pressed
);
ChangeToIGUIImageButton
(
btnFirst
,
imageManager
.
tButton_L
,
imageManager
.
tButton_L_pressed
,
titleFont
);
btnSecond
=
env
->
addButton
(
rect
<
s32
>
(
20
*
xScale
,
95
*
yScale
,
370
*
xScale
,
145
*
yScale
),
wFTSelect
,
BUTTON_SECOND
,
dataManager
.
GetSysString
(
101
));
ChangeToIGUIImageButton
(
btnSecond
,
imageManager
.
tButton_L
,
imageManager
.
tButton_L_pressed
);
ChangeToIGUIImageButton
(
btnSecond
,
imageManager
.
tButton_L
,
imageManager
.
tButton_L_pressed
,
titleFont
);
//message (370)
wMessage
=
env
->
addWindow
(
rect
<
s32
>
(
470
*
xScale
,
180
*
yScale
,
860
*
xScale
,
360
*
yScale
),
false
,
dataManager
.
GetSysString
(
1216
));
wMessage
->
getCloseButton
()
->
setVisible
(
false
);
...
...
mobile/assets/changelog.html
View file @
7f1d8857
...
...
@@ -16,16 +16,17 @@
特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力.
</pre>
<ul>
<li
style=
"color:#ffff00"
>
3.7.
4
</li>
<li
style=
"color:#ffff00"
>
3.7.
5
</li>
</ul>
<pre>
更新:
1.更新ygo内核;
2.新卡
SD39
;
2.新卡
1102+VP20+VJ
;
变更:
1.微调UI布局;
2.回合结束时效果结算增加对应卡图显示;
3.ygopro增加大图查看功能;
2.可通过修改图片更改的皮肤功能;
3.进入单人游戏会有随机一卡短暂显示;
4.测试一下改善文字黑块;
</pre>
<h3
style=
"color:#ff0000"
>
注意
</h3>
<pre>
...
...
mobile/build.gradle
View file @
7f1d8857
...
...
@@ -8,8 +8,8 @@ android {
applicationId
"cn.garymb.ygomobile"
minSdkVersion
21
targetSdkVersion
29
versionCode
370
400707
versionName
"3.7.
4
"
versionCode
370
500816
versionName
"3.7.
5
"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
ndk
{
...
...
mobile/src/main/res/drawable-xhdpi/ic_launcher3.png
View replaced file @
db47ce91
View file @
7f1d8857
132 KB
|
W:
|
H:
140 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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