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
857279a5
Commit
857279a5
authored
Apr 08, 2017
by
edo9300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unicode support
parent
2392fbc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
gframe/game.cpp
gframe/game.cpp
+8
-8
No files found.
gframe/game.cpp
View file @
857279a5
...
@@ -502,14 +502,14 @@ bool Game::Initialize() {
...
@@ -502,14 +502,14 @@ bool Game::Initialize() {
wLinkMarks
->
setDraggable
(
false
);
wLinkMarks
->
setDraggable
(
false
);
wLinkMarks
->
setVisible
(
false
);
wLinkMarks
->
setVisible
(
false
);
btnMarksOK
=
env
->
addButton
(
recti
(
45
,
45
,
75
,
75
),
wLinkMarks
,
BUTTON_MARKERS_OK
,
dataManager
.
GetSysString
(
1211
));
btnMarksOK
=
env
->
addButton
(
recti
(
45
,
45
,
75
,
75
),
wLinkMarks
,
BUTTON_MARKERS_OK
,
dataManager
.
GetSysString
(
1211
));
btnMark
[
0
]
=
env
->
addButton
(
recti
(
10
,
10
,
40
,
40
),
wLinkMarks
,
-
1
,
L"
\
x
2196
"
);
btnMark
[
0
]
=
env
->
addButton
(
recti
(
10
,
10
,
40
,
40
),
wLinkMarks
,
-
1
,
L"\
u
2196"
);
btnMark
[
1
]
=
env
->
addButton
(
recti
(
45
,
10
,
75
,
40
),
wLinkMarks
,
-
1
,
L"
\
x
2191
"
);
btnMark
[
1
]
=
env
->
addButton
(
recti
(
45
,
10
,
75
,
40
),
wLinkMarks
,
-
1
,
L"\
u
2191"
);
btnMark
[
2
]
=
env
->
addButton
(
recti
(
80
,
10
,
110
,
40
),
wLinkMarks
,
-
1
,
L"
\
x
2197
"
);
btnMark
[
2
]
=
env
->
addButton
(
recti
(
80
,
10
,
110
,
40
),
wLinkMarks
,
-
1
,
L"\
u
2197"
);
btnMark
[
3
]
=
env
->
addButton
(
recti
(
10
,
45
,
40
,
75
),
wLinkMarks
,
-
1
,
L"
\
x
2190
"
);
btnMark
[
3
]
=
env
->
addButton
(
recti
(
10
,
45
,
40
,
75
),
wLinkMarks
,
-
1
,
L"\
u
2190"
);
btnMark
[
4
]
=
env
->
addButton
(
recti
(
80
,
45
,
110
,
75
),
wLinkMarks
,
-
1
,
L"
\
x
2192
"
);
btnMark
[
4
]
=
env
->
addButton
(
recti
(
80
,
45
,
110
,
75
),
wLinkMarks
,
-
1
,
L"\
u
2192"
);
btnMark
[
5
]
=
env
->
addButton
(
recti
(
10
,
80
,
40
,
110
),
wLinkMarks
,
-
1
,
L"
\
x
2199
"
);
btnMark
[
5
]
=
env
->
addButton
(
recti
(
10
,
80
,
40
,
110
),
wLinkMarks
,
-
1
,
L"\
u
2199"
);
btnMark
[
6
]
=
env
->
addButton
(
recti
(
45
,
80
,
75
,
110
),
wLinkMarks
,
-
1
,
L"
\
x
2193
"
);
btnMark
[
6
]
=
env
->
addButton
(
recti
(
45
,
80
,
75
,
110
),
wLinkMarks
,
-
1
,
L"\
u
2193"
);
btnMark
[
7
]
=
env
->
addButton
(
recti
(
80
,
80
,
110
,
110
),
wLinkMarks
,
-
1
,
L"
\
x
2198
"
);
btnMark
[
7
]
=
env
->
addButton
(
recti
(
80
,
80
,
110
,
110
),
wLinkMarks
,
-
1
,
L"\
u
2198"
);
for
(
int
i
=
0
;
i
<
8
;
i
++
)
for
(
int
i
=
0
;
i
<
8
;
i
++
)
btnMark
[
i
]
->
setIsPushButton
(
true
);
btnMark
[
i
]
->
setIsPushButton
(
true
);
//replay window
//replay window
...
...
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