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
dd6094c7
Commit
dd6094c7
authored
Jun 08, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version
parent
14b6d994
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
gframe/game.cpp
gframe/game.cpp
+5
-6
ocgcore
ocgcore
+1
-1
script
script
+1
-1
No files found.
gframe/game.cpp
View file @
dd6094c7
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#include <dirent.h>
#include <dirent.h>
#endif
#endif
const
unsigned
short
PRO_VERSION
=
0x233
7
;
const
unsigned
short
PRO_VERSION
=
0x233
8
;
namespace
ygo
{
namespace
ygo
{
...
@@ -107,13 +107,12 @@ bool Game::Initialize() {
...
@@ -107,13 +107,12 @@ bool Game::Initialize() {
env
->
addStaticText
(
L"http://mercury233.me/ygosrv233/"
,
rect
<
s32
>
(
10
,
360
,
270
,
380
),
false
,
false
,
wMainMenu
);
env
->
addStaticText
(
L"http://mercury233.me/ygosrv233/"
,
rect
<
s32
>
(
10
,
360
,
270
,
380
),
false
,
false
,
wMainMenu
);
env
->
addStaticText
(
L"已知问题:
\n\n
\
env
->
addStaticText
(
L"已知问题:
\n\n
\
特殊同调没有正确检查是否有可用格子。
\n\n
\
代替破坏的效果可以用不会被破坏的卡
\n
\
代替破坏的效果可以用不会被破坏的卡
\n
\
代替破坏。
\n\n
\
代替破坏。
\n\n
\
装弹枪管龙、娱乐伙伴 异色眼同调士、
\n
\
No.41 泥睡魔兽 睡梦貘、超越融合、
\n
\
淘气仙星灯光舞台、王车连接的处理存
\n
\
装弹枪管龙、淘气仙星灯光舞台的处理
\n
\
在问题。
\n\n\n\n\n
\
存在问题。"
,
rect
<
s32
>
(
300
,
30
,
550
,
390
),
false
,
true
,
wMainMenu
);
从额外卡组特殊召唤的操作可视为全部
\n
\
更新完成,如有遗漏请务必反馈。"
,
rect
<
s32
>
(
300
,
30
,
550
,
390
),
false
,
true
,
wMainMenu
);
//lan mode
//lan mode
wLanWindow
=
env
->
addWindow
(
rect
<
s32
>
(
220
,
100
,
800
,
520
),
false
,
dataManager
.
GetSysString
(
1200
));
wLanWindow
=
env
->
addWindow
(
rect
<
s32
>
(
220
,
100
,
800
,
520
),
false
,
dataManager
.
GetSysString
(
1200
));
...
...
ocgcore
@
71d322a4
Subproject commit
8ecee326873f76ba1d36998a41ed47cc84d9c3f
9
Subproject commit
71d322a4df2e9521ba3a314fba8a08649cc2a8d
9
script
@
56b52944
Subproject commit
cb10c63388114866d0036455be7e2c021615414b
Subproject commit
56b52944a6e0a7268265ed52461042b45b7172d0
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