diff --git a/Themes/_fallback/Scripts/03 ProductivityHelpers.lua b/Themes/_fallback/Scripts/03 ProductivityHelpers.lua index 8d14074332..df6d64e741 100644 --- a/Themes/_fallback/Scripts/03 ProductivityHelpers.lua +++ b/Themes/_fallback/Scripts/03 ProductivityHelpers.lua @@ -23,6 +23,14 @@ function IsFreePlay() end end +function Center1Player() + return PREFSMAN:GetPreference("Center1Player") and + THEME:GetMetric("ScreenGameplay","AllowCenter1Player") and + not GAMESTATE:GetPlayMode("PlayMode_Battle") and + not GAMESTATE:GetPlayMode("PlayMode_Rave") and + GAMESTATE:GetCurrentStyle():GetStyleType() == "StyleType_OnePlayerOneSide"; +end + --[[ Aliases ]] -- Blend Modes diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index acae3f6534..52a2e829a6 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -963,6 +963,9 @@ TextY= TextOnCommand= TextOffCommand= +[ScoreDisplayOni] + + [ScoreDisplayLifeTime] FrameX= FrameY=