PIbd-23. Kislitsa E.D. Lab work 01 #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Laba1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -0,0 +77,4 @@
// TODO: Изменение x, y
_startPosX = x;
_startPosY = y;
if (x + _airfighterWidth >= _pictureWidth || y + _airfighterHeight >= _pictureHeight)
Не учтены все условия, при которых объект может выйти за границы
@ -0,0 +79,4 @@
_startPosY = y;
if (x + _airfighterWidth >= _pictureWidth || y + _airfighterHeight >= _pictureHeight)
{
_startPosX = 1;
Рекомендуется не использовать константы, а корректировать имеющиеся значения
Pull request closed