Skip to content

Commit

Permalink
Update task.js
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamNgiam committed Sep 12, 2024
1 parent fabe968 commit ed7c532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ let canvas_offset_diff = 108 // change when adding response buttons below

let item_size = 100
let item_locs = [
[canvas_width / 2 + item_size * -3.5, canvas_height / 2 - 30],
[canvas_width / 2 + item_size * -2.5, canvas_height / 2 - 30],
[canvas_width / 2 + item_size * -1.5, canvas_height / 2 - 30],
[canvas_width / 2 + item_size * 1.5, canvas_height / 2 - 30],
[canvas_width / 2 + item_size * 2.5, canvas_height / 2 - 30]
]; // draws from the top-left
Expand Down

0 comments on commit ed7c532

Please sign in to comment.