lab3 some minor fixes

This commit is contained in:
Zakharov_Rostislav 2023-11-11 18:08:56 +04:00
parent 766efc216d
commit 9549cdbfa5

View File

@ -25,7 +25,9 @@ public class DrawingCrossBlocks implements IDrawBlocks{
number = BlocksNumber.SIX;
}
@Override
public int getType() {return 2;}
public int getType() {
return 2;
}
@Override
public void drawBlocks(Graphics2D graphics2D, int _startX, int _startY){
graphics2D.fillRect(_startX+54, _startY+12, 2, 6);