This commit will align piece to their in game position #48
| @ -63,6 +63,10 @@ public class GameUI extends Group{ | ||||
|                             (int) (_piece.getLayoutX() + (SEGMENT_SIZE+SPACE_SIZE)/2 - grid.getLayoutX())/(SEGMENT_SIZE+SPACE_SIZE) | ||||
|                     ); | ||||
|                     System.out.println(level.placePiece(p, piece_position_in_grid) + piece_position_in_grid.toString()); | ||||
|                     if(p.getPosition() != null){ | ||||
|                         _piece.setLayoutX(grid.getLayoutX() + p.getPosition().y * (SEGMENT_SIZE+SPACE_SIZE)); | ||||
|                         _piece.setLayoutY(grid.getLayoutY() + p.getPosition().x * (SEGMENT_SIZE+SPACE_SIZE)); | ||||
|                     } | ||||
|                 } | ||||
|             }); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user