diff --git a/assets/resource/pipeline/awards.json b/assets/resource/pipeline/awards.json index 5d8c4cfb..45437a0a 100644 --- a/assets/resource/pipeline/awards.json +++ b/assets/resource/pipeline/awards.json @@ -203,6 +203,7 @@ "is_sub": true, "recognition": "TemplateMatch", "template": "Awards/JukeboxAwardsBadge.png", + "threshold": 0.8, "roi": [ 967, 1, diff --git a/assets/resource/pipeline/psychube.json b/assets/resource/pipeline/psychube.json index 7cd1c463..d6dcad4f 100644 --- a/assets/resource/pipeline/psychube.json +++ b/assets/resource/pipeline/psychube.json @@ -76,6 +76,7 @@ 179 ], "action": "Click", + "post_wait_freezes": 1, "next": [ "PsychubeReadyForAction", "PsychubeStages_7" @@ -103,10 +104,18 @@ "recognition": "TemplateMatch", "template": "Psychube/SwitchToReplay.png", "roi": [ - 781, - 581, - 145, - 139 + [ + 781, + 581, + 145, + 139 + ], + [ + 548, + 569, + 166, + 151 + ] ], "action": "Click", "next": [ @@ -125,6 +134,7 @@ 134 ], "action": "Click", + "post_wait_freezes": 1, "next": [ "PsychubeReplayTwice", "PsychubeSetReplaysTimes"