Skip to content

Commit

Permalink
readjust stimulus positions
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamNgiam committed Sep 12, 2024
1 parent 727684e commit 585ff0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ let canvas_offset_diff = 108 // change when adding response buttons below

let item_size = 100
let item_locs = [
[canvas_width / 2 + item_size * -3.4, canvas_height / 2 + 20],
[canvas_width / 2 + item_size * -2.4, canvas_height / 2 + 20],
[canvas_width / 2 + item_size * 1.9, canvas_height / 2 + 20],
[canvas_width / 2 + item_size * 2.9, canvas_height / 2 + 20]
[canvas_width / 2 + item_size * -3.25, canvas_height / 2 + 30],
[canvas_width / 2 + item_size * -2.25, canvas_height / 2 + 30],
[canvas_width / 2 + item_size * 1.75, canvas_height / 2 + 30],
[canvas_width / 2 + item_size * 2.75, canvas_height / 2 + 30]
]; // draws from the top-left

// RANDOMIZATION
Expand Down

0 comments on commit 585ff0e

Please sign in to comment.