Skip to content

Commit 348717e

Browse files
committed
Add vortex as attention stimulus
fixes #7
1 parent 83bcde8 commit 348717e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

familiarization/front_page.zm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ Page front_page
4545
init()
4646
{
4747
string image_fn = stimuli_dir() + "images/";
48-
image_fn += "doll" + ".png";
48+
image_fn += "vortex" + ".png";
4949
image = image_fn;
5050
real ratio = image_height / image_width;
51-
width = canvas.width / 4;
51+
width = canvas.width / 1;
5252
height= width * ratio;
5353
x = -width/2;
5454
y = -height/2;

stimuli/images/vortex.png

550 KB
Loading

test/front_page.zm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ Page front_page
4747
init()
4848
{
4949
string image_fn = stimuli_dir() + "images/";
50-
image_fn += "doll" + ".png";
50+
image_fn += "vortex" + ".png";
5151
image = image_fn;
5252
real ratio = image_height / image_width;
53-
width = canvas.width / 4;
53+
width = canvas.width / 1;
5454
height= width * ratio;
5555
x = -width/2;
5656
y = -height/2;

0 commit comments

Comments
 (0)