diff --git a/www/js/interface.js b/www/js/interface.js index b062e5f..237a3cb 100644 --- a/www/js/interface.js +++ b/www/js/interface.js @@ -635,8 +635,8 @@ const INTERFACE = { // Lerp between pool and board positions. case 1: { - from_x = basis_x + (radius * 14); - from_y = basis_y - (9 - (2 * play.from)) * gui_scale; + from_x = to_x; + from_y = to_y - (gui_scale / 1.5); } break; }