This commit is contained in:
Noah
2021-10-01 12:40:11 +02:00
parent 23fdc43f8a
commit 22c7251f9d
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -444,6 +444,8 @@ public class GUI {
@Override
public void mouseMoved(MouseEvent e) {
int top = jfGameManuel.getInsets().top;
System.out.println("top: " + top);
control.addCell(e.getX(), e.getY());
}