PIBD-14_Khalikova.A.R_Stormtrooper_LabWork01_Hard #1

Closed
Adelina wants to merge 1 commits from LabWork01 into main
Owner
No description provided.
Adelina added 1 commit 2024-05-14 16:54:06 +04:00
eegov approved these changes 2024-05-19 19:57:56 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +10,4 @@
numberOfEngines = NumberOfEngines.getNumber(amount);
}
}
public void DrawEngines(Graphics g, int x, int y, Color bodyColor) {
Collaborator

private

private
@ -0,0 +46,4 @@
public void Init(int speed, float weight, Color bodyColor, Color additionalColor, boolean rockets, boolean bombs, boolean engines) {
EntityStormtrooper = new EntityStormtrooper();
EntityStormtrooper.Init(speed, weight, bodyColor, additionalColor, rockets, bombs, engines);
if (engines == true) {
Collaborator

if (engines)

if (engines)
eegov closed this pull request 2024-05-19 19:58:03 +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: Adelina/PIBD-14_Khalikova.A.R_Stormtrooper___Hard#1
No description provided.