From 4132708ee0b5665ae3957528fff88a0f39e2f148 Mon Sep 17 00:00:00 2001 From: lightest Date: Fri, 29 Mar 2024 01:38:10 +0000 Subject: [PATCH] test_experiment correction. --- src/test_experiment.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/test_experiment.js b/src/test_experiment.js index 5014a4b..1919049 100644 --- a/src/test_experiment.js +++ b/src/test_experiment.js @@ -67,6 +67,10 @@ psychoJS.start({ expInfo: expInfo, configURL: "../config.json", resources: [ + { + name: "starformation.jpg", + path: "./test_resources/starformation.jpg" + }, { name: "cool.gif", path: "./test_resources/cool.gif" @@ -132,7 +136,7 @@ async function experimentInit() { // Initialize components for Routine "instruct" instructClock = new util.Clock(); ready = new core.Keyboard({psychoJS: psychoJS, clock: new util.Clock(), waitForStart: true}); - psychoJS.window.backgroundImage = "toxen"; + psychoJS.window.backgroundImage = "starformation.jpg"; // Initialize components for Routine "gabor" gaborClock = new util.Clock();