mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-02-08 02:59:36 +01:00
Fikser navn på funkjson for å kjøre programmeringskort
This commit is contained in:
parent
358256056e
commit
5ee301e853
@ -183,7 +183,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 {
|
||||||
runProgramPhase(phaseNumber);
|
runProgramCards(phaseNumber);
|
||||||
|
|
||||||
moveAllConveyorBelts();
|
moveAllConveyorBelts();
|
||||||
rotateCogwheels();
|
rotateCogwheels();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user