From fb099089169a4a9e320de83733d59234ee6977e3 Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Fri, 13 Dec 2013 12:35:51 -0600 Subject: [PATCH] Hack away the HoldJudgments --- Themes/_fallback/metrics.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index 1f5de4e06c..a1cdd662d8 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -1138,8 +1138,9 @@ AttackDisplayXOffsetOneSideP2=0 AttackDisplayXOffsetBothSides=0 AttackDisplayY=-70 AttackDisplayYReverse=70 -HoldJudgmentYStandard=-90 -HoldJudgmentYReverse=90 +; HACK: These shouldn't go to the render pipe at all if IsGame("pump") +HoldJudgmentYStandard=IsGame("pump") and -99999 or -90 +HoldJudgmentYReverse=IsGame("pump") and -99999 or 90 BrightGhostComboThreshold=100 DrawDistanceBeforeTargetsPixels=SCREEN_HEIGHT DrawDistanceAfterTargetsPixels=-128