v0.8.0: bugfixes:

- Hero FOV not being updated after they are pulled by golems
- Necromancer skeletons counting towards mob spawn limits
- New Tengu taking damage during phase 2 in rare cases
- Keybindings window not accepting unbound keys.
This commit is contained in:
Evan Debenham
2020-01-30 19:49:09 -05:00
parent 48471bbfef
commit 4e3424f2cb
4 changed files with 23 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ public class Button extends Component {
private Signal.Listener<KeyEvent> keyListener;
public GameAction keyAction(){
return GameAction.NONE;
return null;
}
@Override