Updated client logging and started with resetBoard method
This commit is contained in:
@@ -108,7 +108,6 @@ public class Engine extends Application {
|
||||
private void onMouseClick(MouseEvent event) {
|
||||
mouseClicked = true;
|
||||
coordinates.setLocation(event.getX(), event.getY());
|
||||
System.out.println(coordinates.getX() + ":" + coordinates.getY());
|
||||
}
|
||||
|
||||
public boolean isMouseClicked() {
|
||||
|
||||
Reference in New Issue
Block a user