PIbd-23 Vrazhkin S.A. Work 1 #1

Closed
kirin wants to merge 1 commits from lab1 into main
Owner
No description provided.
kirin added 1 commit 2023-10-02 23:59:30 +04:00
eegov approved these changes 2023-10-15 17:57:06 +04:00
eegov left a comment
Collaborator

Зачтено с понижением балла(ов)

Зачтено с понижением балла(ов)
@ -0,0 +34,4 @@
if (EntityLocomotiv == null) return;
_startPosX = x;
_startPosY = y;
if (x + _vehicleWidth >= _pictureWidth || y + _vehicleHeight >= _pictureHeight)
Collaborator

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

Не учтены все условия, при которых объект может выйти за границы
@ -0,0 +7,4 @@
namespace ElectricLocomotive
{
public class EntityLocomotiv
Collaborator

Не заданы свойства-признаки

Не заданы свойства-признаки
eegov closed this pull request 2023-10-15 17:57:11 +04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kirin/PIbd-23_Vrazhkin_S_A_ElectricLocomotive-Base#1
No description provided.