1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00

test_experiment correction.

This commit is contained in:
lightest 2024-03-29 01:38:10 +00:00
parent 8062a55029
commit 4132708ee0

View File

@ -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();