fast fast fertig

This commit is contained in:
Apollo 2019-06-25 08:30:32 +02:00
parent aff2d12f1b
commit ad2b1845a4

View File

@ -185,7 +185,7 @@ public class Garten extends Kompositum
public Pflanze getmovePflanze(MouseEvent e)
{
Pflanze diePflanze = null;
int abstand = 30;
int abstand = 15;
for (int i = 0; i < pflanzen.size(); i++)
{