2 Commits
Author SHA1 Message Date
Sol HuebnerandGitHub 42212f5a7e Attack should fie if threshold is reached
Either we need to modify the getInput example (as it will not trigger the attack by default):

if(digitalRead(attackButtonPinNumber) == HIGH) joystickWobble = ATTACK_THRESHOLD;

Or we can just say, that the user attacks when the threshold is reached (makes it easier to understand if you use alternative input methods).
2019-11-14 11:37:08 -05:00
Sol HuebnerandGitHub 2e1dcbe5ac Fix inLava detection
If LP._right is the same as pos the user is still in lava :)
2019-11-14 11:32:17 -05:00