diff --git a/js/task.js b/js/task.js index 854796f..af345b6 100644 --- a/js/task.js +++ b/js/task.js @@ -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