PIbd-21 Makarov D.V. Lab 01 #1

Closed
DavidMakarov wants to merge 2 commits from lab1 into main
Showing only changes of commit ff6f059599 - Show all commits

View File

@ -32,7 +32,7 @@ namespace Plane
public void SetPosition(int x, int y)
{
if (x + planeWidth < pictWidth && y +planeHeight < planeHeight)
if (x + planeWidth < pictWidth && y + planeHeight < pictHeight)
Review

Не учтены все условия, при которых объект может выйти за границы

Не учтены все условия, при которых объект может выйти за границы
{
startPosX = x;
startPosY = y;