Changes between Initial Version and Version 1 of ButtonEditingTutorial
- Timestamp:
- Feb 5, 2015, 7:54:11 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ButtonEditingTutorial
v1 v1 1 == Buttons!== 2 In order to to change the location of a systems button on the joystick, very specific steps must be taken in order to quell the chaos. All of the button locations are found in the HumanInput class. For example, 3 4 {{{public static Button lifterMoveUpButton = new JoystickButton(leftJoystick,1);}}}