Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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
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
MyCard
ygopro-2pick
Commits
d4fbc2a1
Commit
d4fbc2a1
authored
Oct 17, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
71288c3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
gframe/game.cpp
gframe/game.cpp
+6
-3
No files found.
gframe/game.cpp
View file @
d4fbc2a1
...
...
@@ -95,7 +95,7 @@ bool Game::Initialize() {
btnDeckEdit
=
env
->
addButton
(
rect
<
s32
>
(
10
,
135
,
270
,
165
),
wMainMenu
,
BUTTON_DECK_EDIT
,
dataManager
.
GetSysString
(
1204
));
btnModeExit
=
env
->
addButton
(
rect
<
s32
>
(
10
,
170
,
270
,
200
),
wMainMenu
,
BUTTON_MODE_EXIT
,
dataManager
.
GetSysString
(
1210
));
env
->
addStaticText
(
L"此版本为233
33服内测
版本,"
,
rect
<
s32
>
(
10
,
220
,
270
,
240
),
false
,
false
,
wMainMenu
);
env
->
addStaticText
(
L"此版本为233
服测试
版本,"
,
rect
<
s32
>
(
10
,
220
,
270
,
240
),
false
,
false
,
wMainMenu
);
env
->
addStaticText
(
L"遇到问题请务必反馈,群:275986039。"
,
rect
<
s32
>
(
10
,
240
,
270
,
260
),
false
,
false
,
wMainMenu
);
env
->
addStaticText
(
L"不要觉得会有别人报告,别人也会这么想。"
,
rect
<
s32
>
(
10
,
260
,
270
,
280
),
false
,
false
,
wMainMenu
);
...
...
@@ -105,8 +105,11 @@ bool Game::Initialize() {
env
->
addStaticText
(
L"网址:"
,
rect
<
s32
>
(
10
,
340
,
270
,
360
),
false
,
false
,
wMainMenu
);
env
->
addStaticText
(
L"http://mercury233.me/ygosrv233/"
,
rect
<
s32
>
(
10
,
360
,
270
,
380
),
false
,
false
,
wMainMenu
);
env
->
addStaticText
(
L"已知问题:
\n\n
\
天气模样等卡赋予效果的处理存在问题。"
,
rect
<
s32
>
(
300
,
30
,
550
,
390
),
false
,
true
,
wMainMenu
);
env
->
addStaticText
(
L"目前测试的内容:
\n\n
\
音效与背景音乐。
\n
\
n
\n
\
已知问题:
\n\n
\
无。"
,
rect
<
s32
>
(
300
,
30
,
550
,
390
),
false
,
true
,
wMainMenu
);
//lan mode
wLanWindow
=
env
->
addWindow
(
rect
<
s32
>
(
220
,
100
,
800
,
520
),
false
,
dataManager
.
GetSysString
(
1200
));
...
...
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