mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-07-03 06:34:43 +02:00
Fullfører fase
This commit is contained in:
@ -175,7 +175,7 @@ public class RoboRallyGame implements IDrawableGame {
|
|||||||
* @throws InterruptedException If interrupted wile trying to sleep
|
* @throws InterruptedException If interrupted wile trying to sleep
|
||||||
*/
|
*/
|
||||||
private void runPhase(int phaseNumber) throws InterruptedException {
|
private void runPhase(int phaseNumber) throws InterruptedException {
|
||||||
//TODO: Run programming cards
|
runProgramPhase(phaseNumber);
|
||||||
|
|
||||||
moveAllConveyorBelts();
|
moveAllConveyorBelts();
|
||||||
rotateCogwheels();
|
rotateCogwheels();
|
||||||
|
Reference in New Issue
Block a user