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
REIKAI
ygopro
Commits
4c1fa454
Commit
4c1fa454
authored
Mar 31, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/patch-3' into link
parents
da910411
34cbda91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gframe/game.cpp
gframe/game.cpp
+5
-5
No files found.
gframe/game.cpp
View file @
4c1fa454
...
@@ -202,19 +202,19 @@ bool Game::Initialize() {
...
@@ -202,19 +202,19 @@ bool Game::Initialize() {
btnDP
->
setEnabled
(
false
);
btnDP
->
setEnabled
(
false
);
btnDP
->
setPressed
(
true
);
btnDP
->
setPressed
(
true
);
btnDP
->
setVisible
(
false
);
btnDP
->
setVisible
(
false
);
btnSP
=
env
->
addButton
(
rect
<
s32
>
(
65
,
0
,
115
,
20
),
wPhase
,
-
1
,
L"
\xff33\xff30
"
);
btnSP
=
env
->
addButton
(
rect
<
s32
>
(
0
,
0
,
50
,
20
),
wPhase
,
-
1
,
L"
\xff33\xff30
"
);
btnSP
->
setEnabled
(
false
);
btnSP
->
setEnabled
(
false
);
btnSP
->
setPressed
(
true
);
btnSP
->
setPressed
(
true
);
btnSP
->
setVisible
(
false
);
btnSP
->
setVisible
(
false
);
btnM1
=
env
->
addButton
(
rect
<
s32
>
(
1
30
,
0
,
18
0
,
20
),
wPhase
,
-
1
,
L"
\xff2d\xff11
"
);
btnM1
=
env
->
addButton
(
rect
<
s32
>
(
1
60
,
0
,
21
0
,
20
),
wPhase
,
-
1
,
L"
\xff2d\xff11
"
);
btnM1
->
setEnabled
(
false
);
btnM1
->
setEnabled
(
false
);
btnM1
->
setPressed
(
true
);
btnM1
->
setPressed
(
true
);
btnM1
->
setVisible
(
false
);
btnM1
->
setVisible
(
false
);
btnBP
=
env
->
addButton
(
rect
<
s32
>
(
1
95
,
0
,
245
,
20
),
wPhase
,
BUTTON_BP
,
L"
\xff22\xff30
"
);
btnBP
=
env
->
addButton
(
rect
<
s32
>
(
1
60
,
0
,
210
,
20
),
wPhase
,
BUTTON_BP
,
L"
\xff22\xff30
"
);
btnBP
->
setVisible
(
false
);
btnBP
->
setVisible
(
false
);
btnM2
=
env
->
addButton
(
rect
<
s32
>
(
260
,
0
,
3
10
,
20
),
wPhase
,
BUTTON_M2
,
L"
\xff2d\xff12
"
);
btnM2
=
env
->
addButton
(
rect
<
s32
>
(
160
,
0
,
2
10
,
20
),
wPhase
,
BUTTON_M2
,
L"
\xff2d\xff12
"
);
btnM2
->
setVisible
(
false
);
btnM2
->
setVisible
(
false
);
btnEP
=
env
->
addButton
(
rect
<
s32
>
(
32
5
,
0
,
375
,
20
),
wPhase
,
BUTTON_EP
,
L"
\xff25\xff30
"
);
btnEP
=
env
->
addButton
(
rect
<
s32
>
(
32
0
,
0
,
370
,
20
),
wPhase
,
BUTTON_EP
,
L"
\xff25\xff30
"
);
btnEP
->
setVisible
(
false
);
btnEP
->
setVisible
(
false
);
btnShuffle
=
env
->
addButton
(
rect
<
s32
>
(
0
,
0
,
50
,
20
),
wPhase
,
BUTTON_CMD_SHUFFLE
,
dataManager
.
GetSysString
(
1307
));
btnShuffle
=
env
->
addButton
(
rect
<
s32
>
(
0
,
0
,
50
,
20
),
wPhase
,
BUTTON_CMD_SHUFFLE
,
dataManager
.
GetSysString
(
1307
));
btnShuffle
->
setVisible
(
false
);
btnShuffle
->
setVisible
(
false
);
...
...
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