From 70fee9cb55b03ae8f76f220837f6b73708e9182a Mon Sep 17 00:00:00 2001 From: Wakefield Morys-Carter Date: Sat, 22 May 2021 21:06:43 +0100 Subject: [PATCH] .68 --- scroll-text-legacy-browsers.js | 2 +- scroll-text.js | 2 +- scroll-text.psyexp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scroll-text-legacy-browsers.js b/scroll-text-legacy-browsers.js index 04c4ed1..f0c8469 100644 --- a/scroll-text-legacy-browsers.js +++ b/scroll-text-legacy-browsers.js @@ -310,7 +310,7 @@ function trialRoutineBegin(snapshot) { moving = 0; scrollText.setPos([((- 0.45) * screenRatio), 0.45]); - maxScroll +=round(.667/fontSize); + maxScroll +=round(.68/fontSize); maxScroll -=75; //.04 => 39 but needs to be 20 //.03 => 52 diff --git a/scroll-text.js b/scroll-text.js index 648feae..074bb39 100644 --- a/scroll-text.js +++ b/scroll-text.js @@ -320,7 +320,7 @@ function trialRoutineBegin(snapshot) { moving = 0; scrollText.setPos([((- 0.45) * screenRatio), 0.45]); - maxScroll +=round(.667/fontSize); + maxScroll +=round(.68/fontSize); maxScroll -=75; //.04 => 39 but needs to be 20 //.03 => 52 diff --git a/scroll-text.psyexp b/scroll-text.psyexp index 909dab0..a827147 100644 --- a/scroll-text.psyexp +++ b/scroll-text.psyexp @@ -143,7 +143,7 @@ - + -- 2.18.1