Skip to content
Snippets Groups Projects
Commit 046a4ec3 authored by Martin Vítek's avatar Martin Vítek
Browse files

Changed author

parent 2736c859
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ import static java.awt.event.KeyEvent.*;
* Add firepower with NUM+.
* Reduce firepower with NUM-.
*
* @author martin.vitek
* @author Martintek
*/
public class ManualBot extends RateControlRobot
{
......@@ -55,7 +55,7 @@ public class ManualBot extends RateControlRobot
keyRight = new KeyboardKey(VK_RIGHT);
keyFire = new KeyboardKey(VK_SPACE);
keyAddPower = new KeyboardKey(VK_ADD);
keyReducePower = new KeyboardKey(VK_SUBTRACT);
keyReducePower = new KeyboardKey(VK_SUBTRACT);
setBodyColor(Color.YELLOW);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment