We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bcde8 commit 348717eCopy full SHA for 348717e
3 files changed
familiarization/front_page.zm
@@ -45,10 +45,10 @@ Page front_page
45
init()
46
{
47
string image_fn = stimuli_dir() + "images/";
48
- image_fn += "doll" + ".png";
+ image_fn += "vortex" + ".png";
49
image = image_fn;
50
real ratio = image_height / image_width;
51
- width = canvas.width / 4;
+ width = canvas.width / 1;
52
height= width * ratio;
53
x = -width/2;
54
y = -height/2;
stimuli/images/vortex.png
550 KB
test/front_page.zm
@@ -47,10 +47,10 @@ Page front_page
55
56
0 commit comments