PIBD-14_Khalikova.A.R_Stormtrooper_LabWork01_Hard #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork01"
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 +10,4 @@
numberOfEngines = NumberOfEngines.getNumber(amount);
}
}
public void DrawEngines(Graphics g, int x, int y, Color bodyColor) {
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) {
if (engines)
Pull request closed