* rework of the input handling, including different gamepad and keyboard
* rework of the input handling, including different gamepad and keyboard
* first version of a too complex inputHandler based on phaser3-merged-input
* removed useless control management and kept it simple for our use case, investigating to put out button_XX()
* renamed inputHandler to inputController
* aggregate directions and some action into a same method + fix menu return value
* added back repeated input feature on keeping down a key
* cleanup + return type
* fix submit/action doing two things simultaneously, still same behaviour as before
* extracted UI inputs out of battle-scene
* tab -> spaces
* tab -> spaces what about now github ?
Implement trainer battles; add dialogue functionality; add random session seed for predictable random results; remove capitalization from text; add full party heal after every 10 waves
* Add WiP logic for double battles
* Minor changes for double battles
* More fixes for double battles
* Show battle info for both in double battles
* Improvements to double battles
* Add double battle version of party UI
* Fix some issues with double battles
* Updates to double battles
* More work on double battles for stability
* Fix issues with ability bar and evolution screen
* Add chance for double battles