Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public boolean isTimerDone(){
}

public void reduceSpd(){
movement = 240;
movement = 230;
}

public void resetSpd(){
Expand All @@ -90,7 +90,7 @@ public void stopSpd(){
}

public void increaseSpd(){
movement = 260;
movement = 270;
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public boolean isTimerDone(){
}

public void reduceSpd(){
movement = 240;
movement = 230;
}

public void resetSpd(){
Expand All @@ -85,7 +85,7 @@ public void stopSpd(){
}

public void increaseSpd(){
movement = 260;
movement = 270;
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public boolean isTimerDone(){
}

public void reduceSpd(){
movement = 240;
movement = 230;
}

public void resetSpd(){
Expand All @@ -86,7 +86,7 @@ public void stopSpd(){
}

public void increaseSpd(){
movement = 260;
movement = 270;
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public boolean isTimerDone(){
}

public void reduceSpd(){
movement = 240;
movement = 230;
}

public void resetSpd(){
Expand All @@ -87,7 +87,7 @@ public void stopSpd(){
}

public void increaseSpd(){
movement = 260;
movement = 270;
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public boolean isTimerDone() {
}

public void reduceSpd() {
movement = 240;
movement = 230;
}

public void resetSpd() {
Expand All @@ -89,7 +89,7 @@ public void noSpd() {
}

public void increaseSpd() {
movement = 260;
movement = 270;
}

public void goBackwards() {
Expand Down