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
c5ef545d
Commit
c5ef545d
authored
Jan 19, 2018
by
Edo9300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed yrp option string
parent
e9e9be20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
gframe/game.cpp
gframe/game.cpp
+1
-2
strings.conf
strings.conf
+8
-7
No files found.
gframe/game.cpp
View file @
c5ef545d
...
@@ -617,7 +617,7 @@ bool Game::Initialize() {
...
@@ -617,7 +617,7 @@ bool Game::Initialize() {
btnReplayCancel
=
env
->
addButton
(
rect
<
s32
>
(
460
,
385
,
570
,
410
),
wReplay
,
BUTTON_CANCEL_REPLAY
,
dataManager
.
GetSysString
(
1347
));
btnReplayCancel
=
env
->
addButton
(
rect
<
s32
>
(
460
,
385
,
570
,
410
),
wReplay
,
BUTTON_CANCEL_REPLAY
,
dataManager
.
GetSysString
(
1347
));
env
->
addStaticText
(
dataManager
.
GetSysString
(
1349
),
rect
<
s32
>
(
360
,
30
,
570
,
50
),
false
,
true
,
wReplay
);
env
->
addStaticText
(
dataManager
.
GetSysString
(
1349
),
rect
<
s32
>
(
360
,
30
,
570
,
50
),
false
,
true
,
wReplay
);
stReplayInfo
=
env
->
addStaticText
(
L""
,
rect
<
s32
>
(
360
,
60
,
570
,
350
),
false
,
true
,
wReplay
);
stReplayInfo
=
env
->
addStaticText
(
L""
,
rect
<
s32
>
(
360
,
60
,
570
,
350
),
false
,
true
,
wReplay
);
chkYrp
=
env
->
addCheckBox
(
false
,
recti
(
360
,
250
,
560
,
270
),
wReplay
,
-
1
,
dataManager
.
GetSysString
(
1999
));
chkYrp
=
env
->
addCheckBox
(
false
,
recti
(
360
,
250
,
560
,
270
),
wReplay
,
-
1
,
dataManager
.
GetSysString
(
2000
));
env
->
addStaticText
(
dataManager
.
GetSysString
(
1353
),
rect
<
s32
>
(
360
,
275
,
570
,
295
),
false
,
true
,
wReplay
);
env
->
addStaticText
(
dataManager
.
GetSysString
(
1353
),
rect
<
s32
>
(
360
,
275
,
570
,
295
),
false
,
true
,
wReplay
);
ebRepStartTurn
=
env
->
addEditBox
(
L""
,
rect
<
s32
>
(
360
,
300
,
460
,
320
),
true
,
wReplay
,
-
1
);
ebRepStartTurn
=
env
->
addEditBox
(
L""
,
rect
<
s32
>
(
360
,
300
,
460
,
320
),
true
,
wReplay
,
-
1
);
ebRepStartTurn
->
setTextAlignment
(
irr
::
gui
::
EGUIA_CENTER
,
irr
::
gui
::
EGUIA_CENTER
);
ebRepStartTurn
->
setTextAlignment
(
irr
::
gui
::
EGUIA_CENTER
,
irr
::
gui
::
EGUIA_CENTER
);
...
@@ -1787,4 +1787,3 @@ void Game::ValidateName(irr::gui::IGUIEditBox* box) {
...
@@ -1787,4 +1787,3 @@ void Game::ValidateName(irr::gui::IGUIEditBox* box) {
}
}
}
}
strings.conf
View file @
c5ef545d
...
@@ -31,8 +31,8 @@
...
@@ -31,8 +31,8 @@
!
system
44
At
the
end
of
Damage
Step
!
system
44
At
the
end
of
Damage
Step
!
system
60
Heads
!
system
60
Heads
!
system
61
Tails
!
system
61
Tails
!
system
62
Heads
effect
!
system
62
Heads
effect
!
system
63
Tails
effect
!
system
63
Tails
effect
!
system
64
Gemini
!
system
64
Gemini
!
system
65
Use
Effect
!
system
65
Use
Effect
!
system
66
Keep
revealed
!
system
66
Keep
revealed
...
@@ -373,7 +373,7 @@
...
@@ -373,7 +373,7 @@
!
system
1351
Surrender
!
system
1351
Surrender
!
system
1352
Main
message
:
!
system
1352
Main
message
:
!
system
1353
Start
at
turn
:
!
system
1353
Start
at
turn
:
!
system
1354
Hide
Set
Names
!
system
1354
Hide
Set
Names
!
system
1355
Hide
Chain
Buttons
!
system
1355
Hide
Chain
Buttons
!
system
1356
Old
Replay
Mode
!
system
1356
Old
Replay
Mode
!
system
1360
Previous
!
system
1360
Previous
...
@@ -451,9 +451,10 @@
...
@@ -451,9 +451,10 @@
!
system
1634
Pendulum
Zones
!
system
1634
Pendulum
Zones
!
system
1635
Separate
Pendulum
Zones
!
system
1635
Separate
Pendulum
Zones
!
system
1636
Extra
Monster
Zones
!
system
1636
Extra
Monster
Zones
!
system
1999
Show
anime
cards
!
system
1999
Show
anime
cards
!
system
2046
Enable
sound
effects
!
system
2000
Old
Replay
Mode
!
system
2047
Enable
music
!
system
2046
Enable
sound
effects
!
system
2047
Enable
music
#victory reason
#victory reason
!
victory
0
x0
Surrendered
!
victory
0
x0
Surrendered
!
victory
0
x1
LP
reached
0
!
victory
0
x1
LP
reached
0
...
@@ -539,4 +540,4 @@
...
@@ -539,4 +540,4 @@
!
counter
0
x92
Plasma
Counter
!
counter
0
x92
Plasma
Counter
!
counter
0
x93
Sacred
Beast
Counter
!
counter
0
x93
Sacred
Beast
Counter
!
counter
0
x94
Pumpkin
Counter
!
counter
0
x94
Pumpkin
Counter
!
counter
0
x95
Rising
Sun
Counter
!
counter
0
x95
Rising
Sun
Counter
\ No newline at end of file
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