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
ca38d172
Commit
ca38d172
authored
Apr 02, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update tip
parent
167f5441
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
gframe/game.cpp
gframe/game.cpp
+8
-1
ocgcore
ocgcore
+1
-1
No files found.
gframe/game.cpp
View file @
ca38d172
...
...
@@ -100,7 +100,14 @@ 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
场上没有可用于从额外卡组特殊召唤的
\n
格子时仍然可以尝试进行从额外卡组的
\n
特殊召唤。此时同调素材会被送去墓
\n
地,超量素材会进入异空间。
\n\n
灵摆区域位置错误。此外横条邪斑马等
\n
卡禁用格子的处理也存在问题。"
,
rect
<
s32
>
(
300
,
30
,
550
,
390
),
false
,
true
,
wMainMenu
);
env
->
addStaticText
(
L"已知问题:
\n\n
\
场上没有可用于从额外卡组特殊召唤的
\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
));
...
...
ocgcore
@
ccf0e090
Subproject commit
1d378cf927aa2478a41c151b71f4174767e7ad45
Subproject commit
ccf0e0902d9e05c533268f8980bcabb3dc62607d
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