Some theme changes:
* Show StepsDisplay on Evaluation * Change combo number on ComboGraph to the font used for in-game combos
This commit is contained in:
@@ -42,4 +42,13 @@ if ShowStandardDecoration("ComboGraph") then
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if ShowStandardDecoration("StepsDisplay") then
|
||||||
|
for pn in ivalues(PlayerNumber) do
|
||||||
|
local t2 = Def.StepsDisplay {
|
||||||
|
InitCommand=cmd(Load,"StepsDisplayEvaluation",pn;SetFromGameState,pn;);
|
||||||
|
};
|
||||||
|
t[#t+1] = StandardDecorationFromTable( "StepsDisplay" .. ToEnumShortString(pn), t2 );
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
return t
|
return t
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
return LoadFont("Common Normal") .. {
|
return LoadFont("Combo Numbers") .. {
|
||||||
InitCommand=cmd(shadowlengthx,0;shadowlengthy,2;strokecolor,color("#00000077"););
|
InitCommand=cmd(zoom,0.4;y,-1;shadowlengthx,0;shadowlengthy,1;strokecolor,color("#00000077"););
|
||||||
};
|
};
|
||||||
@@ -372,6 +372,9 @@ FrameOnCommand=
|
|||||||
ShowAutogen=false
|
ShowAutogen=false
|
||||||
ShowStepsType=false
|
ShowStepsType=false
|
||||||
|
|
||||||
|
[StepsDisplayEvaluation]
|
||||||
|
Fallback="StepsDisplay"
|
||||||
|
|
||||||
[StepsDisplayListRow]
|
[StepsDisplayListRow]
|
||||||
#
|
#
|
||||||
ItemsSpacingY=30
|
ItemsSpacingY=30
|
||||||
@@ -1195,6 +1198,7 @@ ShowScoreArea=true
|
|||||||
ShowSharedJudgmentLineLabels=true
|
ShowSharedJudgmentLineLabels=true
|
||||||
ShowGraphDisplay=true
|
ShowGraphDisplay=true
|
||||||
ShowComboGraph=true
|
ShowComboGraph=true
|
||||||
|
ShowStepsDisplay=true
|
||||||
#
|
#
|
||||||
W1NumberP1X=SCREEN_CENTER_X-160
|
W1NumberP1X=SCREEN_CENTER_X-160
|
||||||
W1NumberP1Y=SCREEN_TOP+160
|
W1NumberP1Y=SCREEN_TOP+160
|
||||||
@@ -1383,6 +1387,18 @@ ComboGraphP2X=SCREEN_CENTER_X+160
|
|||||||
ComboGraphP2Y=SCREEN_BOTTOM-100+32-7
|
ComboGraphP2Y=SCREEN_BOTTOM-100+32-7
|
||||||
ComboGraphP2OnCommand=
|
ComboGraphP2OnCommand=
|
||||||
ComboGraphP2OffCommand=
|
ComboGraphP2OffCommand=
|
||||||
|
#
|
||||||
|
ShowStepsDisplayP1=GAMESTATE:IsHumanPlayer(PLAYER_1)
|
||||||
|
StepsDisplayP1X=SCREEN_CENTER_X-160
|
||||||
|
StepsDisplayP1Y=SCREEN_BOTTOM-50
|
||||||
|
StepsDisplayP1OnCommand=visible,THEME:GetMetric(Var "LoadingScreen","ShowStepsDisplayP1");addy,SCREEN_CENTER_Y;decelerate,0.35;addy,-SCREEN_CENTER_Y
|
||||||
|
StepsDisplayP1OffCommand=bouncebegin,0.15;zoomx,0;
|
||||||
|
#
|
||||||
|
ShowStepsDisplayP2=GAMESTATE:IsHumanPlayer(PLAYER_2)
|
||||||
|
StepsDisplayP2X=SCREEN_CENTER_X+160
|
||||||
|
StepsDisplayP2Y=SCREEN_BOTTOM-50
|
||||||
|
StepsDisplayP2OnCommand=visible,THEME:GetMetric(Var "LoadingScreen","ShowStepsDisplayP2");addy,SCREEN_CENTER_Y;decelerate,0.35;addy,-SCREEN_CENTER_Y
|
||||||
|
StepsDisplayP2OffCommand=bouncebegin,0.15;zoomx,0;
|
||||||
|
|
||||||
[ScreenEvaluationNormal]
|
[ScreenEvaluationNormal]
|
||||||
Fallback="ScreenEvaluation"
|
Fallback="ScreenEvaluation"
|
||||||
|
|||||||
Reference in New Issue
Block a user