// Note that startItemX and startItemY are the center of the item and not the top left corner so offset x of 50% is no change to the x position and not half of the width
// 1. Move the x corrdinate to the top left corner by subtracting half of the width
// Note that endItemX and endItemY are the center of the item and not the top left corner so offset x of 50% is no change to the x position and not half of the width
// 1. Move the x corrdinate to the top left corner by subtracting half of the width