Выгрузка 1 лабы
This commit is contained in:
parent
37b37b1fa1
commit
4c828eed80
@ -119,6 +119,8 @@ public class DrawingTank {
|
||||
g2.fillRect(_startPosX + 50, _startPosY+5, 20, 2);
|
||||
g2.drawPolygon(xPointsGun,yPointsGun,nPointsGun);
|
||||
g2.fillPolygon(xPointsGun,yPointsGun,nPointsGun);
|
||||
|
||||
|
||||
}
|
||||
|
||||
public void ChangeBorders(int width,int height)
|
||||
|
Loading…
Reference in New Issue
Block a user