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
f3b65dbe
Commit
f3b65dbe
authored
Jul 15, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update version
parent
c4a90631
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
43 additions
and
6 deletions
+43
-6
gframe/game.cpp
gframe/game.cpp
+3
-4
ocgcore
ocgcore
+1
-1
script
script
+1
-1
sound/files.txt
sound/files.txt
+38
-0
No files found.
gframe/game.cpp
View file @
f3b65dbe
...
...
@@ -14,7 +14,7 @@
#include <dirent.h>
#endif
const
unsigned
short
PRO_VERSION
=
0x233
A
;
const
unsigned
short
PRO_VERSION
=
0x233
B
;
namespace
ygo
{
...
...
@@ -110,9 +110,8 @@ bool Game::Initialize() {
有可用格子。
\n\n
\
代替破坏的效果可以用不会被破坏的卡
\n
\
代替破坏。
\n\n
\
No.41 泥睡魔兽 睡梦貘、超越融合、
\n
\
装弹枪管龙、淘气仙星灯光舞台的处理
\n
\
存在问题。"
,
rect
<
s32
>
(
300
,
30
,
550
,
390
),
false
,
true
,
wMainMenu
);
No.41 泥睡魔兽 睡梦貘和装弹枪管龙
\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
@
05fcb21c
Subproject commit 0
dcb83ef278dff10abf517eed93ff0d693c4a748
Subproject commit 0
5fcb21c74361153335e17620871fcf715918bf5
script
@
dc40ce98
Subproject commit
25cb38b11a87f45529be4abcec2bf3bdbff426ff
Subproject commit
dc40ce9811cc09192c527c888449cdbcdc9036d2
sound/files.txt
0 → 100644
View file @
f3b65dbe
summon.wav
specialsummon.wav
activate.wav
set.wav
flip.wav
reveal.wav
equip.wav
destroyed.wav
banished.wav
attack.wav
directattack.wav
draw.wav
shuffle.wav
damage.wav
gainlp.wav
addcounter.wav
removecounter.wav
coinflip.wav
diceroll.wav
nextturn.wav
phase.wav
menu.wav
button.wav
info.wav
question.wav
cardpick.wav
carddrop.wav
playerenter.wav
chatmessage.wav
BGM/*.mp3
BGM/duel/*.mp3
BGM/menu/*.mp3
BGM/deck/*.mp3
BGM/advantage/*.mp3
BGM/disadvantage/*.mp3
BGM/win/*.mp3
BGM/lose/*.mp3
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