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
c51bfccc
Commit
c51bfccc
authored
Nov 24, 2018
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改tips
parent
17bd4520
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
10 deletions
+3
-10
Classes/gframe/game.cpp
Classes/gframe/game.cpp
+0
-7
mobile/src/main/res/values-ko/arrays.xml
mobile/src/main/res/values-ko/arrays.xml
+1
-1
mobile/src/main/res/values-zh/arrays.xml
mobile/src/main/res/values-zh/arrays.xml
+1
-1
mobile/src/main/res/values/arrays.xml
mobile/src/main/res/values/arrays.xml
+1
-1
No files found.
Classes/gframe/game.cpp
View file @
c51bfccc
...
...
@@ -1427,15 +1427,8 @@ void Game::SaveConfig() {
gameConf
.
quick_animation
=
chkQuickAnimation
->
isChecked
()
?
1
:
0
;
android
::
saveIntSetting
(
appMain
,
"quick_animation"
,
gameConf
.
quick_animation
);
//gameConf.defaultOT = defaultOT->isChecked()?1:0;
// android::saveIntSetting(appMain, "defaultOT", gameConf.defaultOT);
//gameConf.control_mode = control_mode->isChecked()?1:0;
// android::saveIntSetting(appMain, "control_mode", gameConf.control_mode);
//gameConf.separate_clear_button = separate_clear_button->isChecked()?1:0;
// android::saveIntSetting(appMain, "separate_clear_button", gameConf.separate_clear_button);
//TEST BOT MODE
//gameConf.enable_bot_mode = enable_bot_mode->isChecked()?1:0;
// android::saveIntSetting(appMain, "enable_bot_mode", gameConf.enable_bot_mode);
}
void
Game
::
ShowCardInfo
(
int
code
)
{
...
...
mobile/src/main/res/values-ko/arrays.xml
View file @
c51bfccc
...
...
@@ -11,7 +11,7 @@
</string-array>
<string-array
name=
"tips"
tools:ignore=
"InconsistentArrays"
>
<item>
상대에 대한 예의를 지켜 게임을 즐기십시오.
</item>
<item>
설정에서
가상키를
끄고 킬 수 있습니다.
</item>
<item>
설정에서
해상도 비16:9 최적화
끄고 킬 수 있습니다.
</item>
<item>
메인화면의 각 서버들은 좌측으로 밀어줄 경우 수정과 삭제가 가능합니다.
</item>
<item>
좌측 하단의 마크를 눌러줄 경우 더 많은 설정들을 확인할 수 있습니다.
</item>
<item>
ai대전을 원할 경우 각 서버의 비밀번호에 ai를 입력후 참여 하십시오.
</item>
...
...
mobile/src/main/res/values-zh/arrays.xml
View file @
c51bfccc
...
...
@@ -11,7 +11,7 @@
</string-array>
<string-array
name=
"tips"
tools:ignore=
"InconsistentArrays"
>
<item>
游戏王圈子不大,珍惜一起玩的人
</item>
<item>
界面
偏了还点不准?试试去「功能菜单」→「设置」→打勾/取消「在游戏隐藏虚拟键
」
</item>
<item>
界面
数字偏了还点不准?试试全屏应用,再「功能菜单」→「设置」→打勾「适配非16:9分辨率屏幕
」
</item>
<item>
主页每个服务器按住左划就会出现「编辑」和「删除」哦
</item>
<item>
试试点击左下角浮动的「功能菜单」会有更多功能
</item>
<item>
想不联网也打人机?「功能菜单」→「单人游戏」→「人机模式」
</item>
...
...
mobile/src/main/res/values/arrays.xml
View file @
c51bfccc
...
...
@@ -11,7 +11,7 @@
</string-array>
<string-array
name=
"tips"
tools:ignore=
"InconsistentArrays"
>
<item>
Duel is One Thing, Kind is Everything
</item>
<item>
someting wrong while playing in Ygopro? try to go to「Setting」→check/cancel「Immersive Mode
」
</item>
<item>
Offset in Ygopro? try to go to「Setting」→check「Optimize not 16:9 resolution
」
</item>
<item>
you can Move Left every Severlist in Homepage to find「Edit」and「Delete」
</item>
<item>
Try to click the bottom-left ball to get more functions
</item>
<item>
you can start 「Single Game」→「Bot Mode」to play with Local Windbot
</item>
...
...
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