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
fac6bef4
Commit
fac6bef4
authored
May 26, 2020
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix直接观战不隐藏wHostPrepare
parent
befa60cc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
Classes/gframe/drawing.cpp
Classes/gframe/drawing.cpp
+5
-1
mobile/assets/data/windbot/windbot/Dialogs/smart.zh-CN.json
mobile/assets/data/windbot/windbot/Dialogs/smart.zh-CN.json
+1
-1
mobile/build.gradle
mobile/build.gradle
+1
-1
No files found.
Classes/gframe/drawing.cpp
View file @
fac6bef4
...
...
@@ -1107,7 +1107,11 @@ void Game::ShowElement(irr::gui::IGUIElement * win, int autoframe) {
fadingList
.
push_back
(
fu
);
}
void
Game
::
HideElement
(
irr
::
gui
::
IGUIElement
*
win
,
bool
set_action
)
{
if
(
!
win
->
isVisible
()
&&
!
set_action
)
bool
fading
=
false
;
for
(
auto
fit
=
fadingList
.
begin
();
fit
!=
fadingList
.
end
();
++
fit
)
if
(
win
==
fit
->
guiFading
)
fading
=
true
;
if
(
!
win
->
isVisible
()
&&
!
set_action
&&
!
fading
)
return
;
FadingUnit
fu
;
fu
.
fadingSize
=
win
->
getRelativePosition
();
...
...
mobile/assets/data/windbot/windbot/Dialogs/smart.zh-CN.json
View file @
fac6bef4
...
...
@@ -21,7 +21,7 @@
"消失吧,杂鱼"
],
"ondirectattack"
:
[
"爸爸,饶命"
,
.
"爸爸,饶命"
,
"恐怖如斯"
],
"facedownmonstername"
:
"怪兽"
,
...
...
mobile/build.gradle
View file @
fac6bef4
...
...
@@ -8,7 +8,7 @@ android {
applicationId
"cn.garymb.ygomobile"
minSdkVersion
21
targetSdkVersion
28
versionCode
37010052
6
versionCode
37010052
8
versionName
"3.7.1"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
...
...
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