Убрал большие отступы
This commit is contained in:
parent
d32417974c
commit
212151318a
@ -41,7 +41,6 @@ namespace Bulldozer
|
||||
/// </summary>
|
||||
private readonly int _bulldozerHeight = 60;
|
||||
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
@ -70,8 +69,6 @@ namespace Bulldozer
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
public void SetPosition(int x, int y)
|
||||
{
|
||||
if (x < 0)
|
||||
|
@ -2,7 +2,6 @@ namespace Bulldozer
|
||||
{
|
||||
public partial class FormBulldozer : Form
|
||||
{
|
||||
|
||||
private DrawingBulldozer? _drawingBulldozer;
|
||||
|
||||
public FormBulldozer()
|
||||
@ -10,8 +9,6 @@ namespace Bulldozer
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
|
||||
|
||||
private void Draw()
|
||||
{
|
||||
if (_drawingBulldozer == null)
|
||||
@ -49,7 +46,6 @@ namespace Bulldozer
|
||||
Draw();
|
||||
}
|
||||
|
||||
|
||||
private void ButtonCreate_Click(object sender, EventArgs e)
|
||||
{
|
||||
Random random = new();
|
||||
|
Loading…
Reference in New Issue
Block a user