hello I would like help so that when the character catches that ball it increases its speed thanks in advance
private void recoleccionBola() { if(isTouching(Bola.class)) { removeTouching(Bola.class); } }