Commit bfdd1e8f authored by Ryan Cortez's avatar Ryan Cortez

_

parent 03a5bbb6
......@@ -152,7 +152,7 @@ function experimentInit() {
target_square = new visual.Rect ({
win: psychoJS.window, name: 'target_square',
width: [0.15, 0.15][0], height: [0.15, 0.15][1],
ori: 0, pos: [0, 0],
ori: 0.0, pos: [0, 0],
lineWidth: 1, lineColor: new util.Color(undefined),
fillColor: new util.Color([1.0, 1.0, 1.0]),
opacity: 1, depth: -1, interpolate: true,
......
......@@ -160,7 +160,7 @@ function experimentInit() {
target_square = new visual.Rect ({
win: psychoJS.window, name: 'target_square',
width: [0.15, 0.15][0], height: [0.15, 0.15][1],
ori: 0, pos: [0, 0],
ori: 0.0, pos: [0, 0],
lineWidth: 1, lineColor: new util.Color(undefined),
fillColor: new util.Color([1.0, 1.0, 1.0]),
opacity: 1, depth: -1, interpolate: true,
......
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