disable usage of fireballs for players
This commit is contained in:
@@ -49,7 +49,7 @@ public class KeyHandler implements KeyListener {
|
||||
case KeyEvent.VK_A, KeyEvent.VK_LEFT -> leftPressed = true;
|
||||
case KeyEvent.VK_D, KeyEvent.VK_RIGHT -> rightPressed = true;
|
||||
case KeyEvent.VK_SPACE -> spacePressed = true;
|
||||
case KeyEvent.VK_F -> shotKeyPressed = true;
|
||||
//case KeyEvent.VK_F -> shotKeyPressed = true;
|
||||
|
||||
// DEBUG OPTIONS
|
||||
case KeyEvent.VK_T -> debug = !debug;
|
||||
|
||||
Reference in New Issue
Block a user