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
dfa4c804
Commit
dfa4c804
authored
Oct 12, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
78a1b480
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
gframe/game.cpp
gframe/game.cpp
+2
-1
No files found.
gframe/game.cpp
View file @
dfa4c804
...
@@ -114,7 +114,7 @@ bool Game::Initialize() {
...
@@ -114,7 +114,7 @@ bool Game::Initialize() {
env
->
addStaticText
(
L"\u76EE\u524D\u6D4B\u8BD5\u7684\u5185\u5BB9\uFF1A
\n\n
\
env
->
addStaticText
(
L"\u76EE\u524D\u6D4B\u8BD5\u7684\u5185\u5BB9\uFF1A
\n\n
\
\u7A97\u53E3\u7F29\u653E\u3002
\n
\
\u7A97\u53E3\u7F29\u653E\u3002
\n
\
\u6295\u964D\u65F6\u786E\u8BA4\u3002
\n
\
\u6295\u964D\u65F6\u786E\u8BA4\u3002
\n
\
\u66F4\u6539\u5893\u5730\u7B49\u5904\u5361\u7247\u88AB\u9009\u4E3A\u5BF9\u8C61\u7684\u52A8\u753B\u3002
\n
\
\u66F4\u6539\u5893\u5730\u7B49\u5904\u5361\u7247\u88AB\u9009\u4E3A\u5BF9\u8C61\u7684\u52A8\u753B\u3002
\n
\
\n
\
\n
\
\n
\u5DF2\u77E5\u95EE\u9898\uFF1A
\n
\
\n
\u5DF2\u77E5\u95EE\u9898\uFF1A
\n
\
...
@@ -1646,6 +1646,7 @@ void Game::OnResize() {
...
@@ -1646,6 +1646,7 @@ void Game::OnResize() {
wMessage
->
setRelativePosition
(
ResizeWin
(
490
,
200
,
840
,
340
));
wMessage
->
setRelativePosition
(
ResizeWin
(
490
,
200
,
840
,
340
));
wACMessage
->
setRelativePosition
(
ResizeWin
(
490
,
240
,
840
,
300
));
wACMessage
->
setRelativePosition
(
ResizeWin
(
490
,
240
,
840
,
300
));
wQuery
->
setRelativePosition
(
ResizeWin
(
490
,
200
,
840
,
340
));
wQuery
->
setRelativePosition
(
ResizeWin
(
490
,
200
,
840
,
340
));
wSurrender
->
setRelativePosition
(
ResizeWin
(
490
,
200
,
840
,
340
));
wOptions
->
setRelativePosition
(
ResizeWin
(
490
,
200
,
840
,
340
));
wOptions
->
setRelativePosition
(
ResizeWin
(
490
,
200
,
840
,
340
));
wPosSelect
->
setRelativePosition
(
ResizeWin
(
340
,
200
,
935
,
410
));
wPosSelect
->
setRelativePosition
(
ResizeWin
(
340
,
200
,
935
,
410
));
wCardSelect
->
setRelativePosition
(
ResizeWin
(
320
,
100
,
1000
,
400
));
wCardSelect
->
setRelativePosition
(
ResizeWin
(
320
,
100
,
1000
,
400
));
...
...
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