PIbd-11 Permyakov R.G. AccordionBus Hard Lab1 #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab1"
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 +180,4 @@
}
//двери
drawningDoors.setEnumer((int)rnd.nextInt(3) + 3);
Это делается в init
Проверено
@ -0,0 +24,4 @@
break;
case fourDoors:
g.setColor(color);
g.fillRect(startPosX + 20, startPosY + 15, 5, 10);
Имеется дублирующийся код
Pull request closed