if these end up getting translated as much longer strings and running into the values I'm going to scream. (issue 595)
This commit is contained in:
@@ -37,7 +37,7 @@ local function CreateStats( pnPlayer )
|
|||||||
LoadActor(THEME:GetPathG("ScreenTitleMenu","PreferenceFrame")) .. {
|
LoadActor(THEME:GetPathG("ScreenTitleMenu","PreferenceFrame")) .. {
|
||||||
InitCommand=cmd(zoom,0.875;diffuse,PlayerColor( pnPlayer ));
|
InitCommand=cmd(zoom,0.875;diffuse,PlayerColor( pnPlayer ));
|
||||||
};
|
};
|
||||||
aLabel .. { Text="ITG DP:"; InitCommand=cmd(x,-64) };
|
aLabel .. { Text=THEME:GetString("ScreenEvaluation","ITG DP:"); InitCommand=cmd(x,-64) };
|
||||||
aText .. { Text=string.format("%04i",tValues["ITG"]); InitCommand=cmd(x,-8;y,5;vertalign,bottom;zoom,0.6); };
|
aText .. { Text=string.format("%04i",tValues["ITG"]); InitCommand=cmd(x,-8;y,5;vertalign,bottom;zoom,0.6); };
|
||||||
aText .. { Text="/"; InitCommand=cmd(x,28;y,5;vertalign,bottom;zoom,0.5;diffusealpha,0.5); };
|
aText .. { Text="/"; InitCommand=cmd(x,28;y,5;vertalign,bottom;zoom,0.5;diffusealpha,0.5); };
|
||||||
aText .. { Text=string.format("%04i",tValues["ITG_MAX"]); InitCommand=cmd(x,32;y,5;vertalign,bottom;zoom,0.5); };
|
aText .. { Text=string.format("%04i",tValues["ITG_MAX"]); InitCommand=cmd(x,32;y,5;vertalign,bottom;zoom,0.5); };
|
||||||
@@ -47,7 +47,7 @@ local function CreateStats( pnPlayer )
|
|||||||
LoadActor(THEME:GetPathG("ScreenTitleMenu","PreferenceFrame")) .. {
|
LoadActor(THEME:GetPathG("ScreenTitleMenu","PreferenceFrame")) .. {
|
||||||
InitCommand=cmd(zoom,0.875;diffuse,PlayerColor( pnPlayer ));
|
InitCommand=cmd(zoom,0.875;diffuse,PlayerColor( pnPlayer ));
|
||||||
};
|
};
|
||||||
aLabel .. { Text="MIGS DP:"; InitCommand=cmd(x,-64) };
|
aLabel .. { Text=THEME:GetString("ScreenEvaluation","MIGS DP:"); InitCommand=cmd(x,-64) };
|
||||||
aText .. { Text=string.format("%04i",tValues["MIGS"]); InitCommand=cmd(x,-8;y,5;vertalign,bottom;zoom,0.6); };
|
aText .. { Text=string.format("%04i",tValues["MIGS"]); InitCommand=cmd(x,-8;y,5;vertalign,bottom;zoom,0.6); };
|
||||||
aText .. { Text="/"; InitCommand=cmd(x,28;y,5;vertalign,bottom;zoom,0.5;diffusealpha,0.5); };
|
aText .. { Text="/"; InitCommand=cmd(x,28;y,5;vertalign,bottom;zoom,0.5;diffusealpha,0.5); };
|
||||||
aText .. { Text=string.format("%04i",tValues["MIGS_MAX"]); InitCommand=cmd(x,32;y,5;vertalign,bottom;zoom,0.5); };
|
aText .. { Text=string.format("%04i",tValues["MIGS_MAX"]); InitCommand=cmd(x,32;y,5;vertalign,bottom;zoom,0.5); };
|
||||||
|
|||||||
@@ -86,6 +86,8 @@ LifeDifficulty=Life Difficulty: %s
|
|||||||
TimingDifficulty=Timing Difficulty: %s
|
TimingDifficulty=Timing Difficulty: %s
|
||||||
MachineRecord=Machine Record #%i!
|
MachineRecord=Machine Record #%i!
|
||||||
PersonalRecord=Personal Record #%i!
|
PersonalRecord=Personal Record #%i!
|
||||||
|
ITG DP:=ITG DP:
|
||||||
|
MIGS DP:=MIGS DP:
|
||||||
|
|
||||||
[OptionTitles]
|
[OptionTitles]
|
||||||
UserPrefAutoSetStyle=Auto Set Style
|
UserPrefAutoSetStyle=Auto Set Style
|
||||||
|
|||||||
Reference in New Issue
Block a user