Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
wyykak
ygopro
Commits
1d39eeeb
Commit
1d39eeeb
authored
Jun 21, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version
parent
74ec4035
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
gframe/game.cpp
gframe/game.cpp
+3
-2
ocgcore
ocgcore
+1
-1
script
script
+1
-1
No files found.
gframe/game.cpp
View file @
1d39eeeb
...
...
@@ -14,7 +14,7 @@
#include <dirent.h>
#endif
const
unsigned
short
PRO_VERSION
=
0x233
8
;
const
unsigned
short
PRO_VERSION
=
0x233
9
;
namespace
ygo
{
...
...
@@ -105,7 +105,8 @@ bool Game::Initialize() {
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
\
代替破坏。
\n\n
\
No.41 泥睡魔兽 睡梦貘、超越融合、
\n
\
...
...
ocgcore
@
e1324596
Subproject commit
82fb81ad35f999cb1c5d97273d9b429faea99625
Subproject commit
e132459652527e562233455ad7f91cec9c136fe7
script
@
271308c7
Subproject commit
1d9275b1479a82386d7871f4d9275e898665715
7
Subproject commit
271308c734408ed525b0349afcb69000ec5679a
7
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