Commit 6f725068 authored by Ryan Cortez's avatar Ryan Cortez

_

parent c80f5e76
......@@ -143,7 +143,7 @@ function experimentInit() {
grid_lines = new visual.ImageStim({
win : psychoJS.window,
name : 'grid_lines', units : undefined,
image : 'grid.png', mask : undefined,
image : 'grid', mask : undefined,
ori : 0, pos : [0, 0], size : [0.6, 0.6],
color : new util.Color([1, 1, 1]), opacity : 1,
flipHoriz : false, flipVert : false,
......@@ -204,7 +204,7 @@ function experimentInit() {
grid_lines_2 = new visual.ImageStim({
win : psychoJS.window,
name : 'grid_lines_2', units : undefined,
image : 'grid.png', mask : undefined,
image : 'grid', mask : undefined,
ori : 0, pos : [0, 0], size : [0.6, 0.6],
color : new util.Color([1, 1, 1]), opacity : 1,
flipHoriz : false, flipVert : false,
......
......@@ -151,7 +151,7 @@ function experimentInit() {
grid_lines = new visual.ImageStim({
win : psychoJS.window,
name : 'grid_lines', units : undefined,
image : 'grid.png', mask : undefined,
image : 'grid', mask : undefined,
ori : 0, pos : [0, 0], size : [0.6, 0.6],
color : new util.Color([1, 1, 1]), opacity : 1,
flipHoriz : false, flipVert : false,
......@@ -212,7 +212,7 @@ function experimentInit() {
grid_lines_2 = new visual.ImageStim({
win : psychoJS.window,
name : 'grid_lines_2', units : undefined,
image : 'grid.png', mask : undefined,
image : 'grid', mask : undefined,
ori : 0, pos : [0, 0], size : [0.6, 0.6],
color : new util.Color([1, 1, 1]), opacity : 1,
flipHoriz : false, flipVert : false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment