mirror of
https://github.com/TimeCrafters/FreightFrenzy.git
synced 2025-12-13 05:02:34 +00:00
Switch carouselWheel to use x and a instead of x and b
This commit is contained in:
@@ -91,7 +91,7 @@ public class TeleOpState extends CyberarmState {
|
||||
if (engine.gamepad2.x){
|
||||
robot.carouselWheel.setPower(1);
|
||||
}
|
||||
else if (engine.gamepad2.b){
|
||||
else if (engine.gamepad2.a){
|
||||
robot.carouselWheel.setPower(-1);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user