Add TV remote code

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-26 11:17:02 +07:00
parent 61c3aff9a1
commit 031590cdd1
7 changed files with 77 additions and 14 deletions

View File

@@ -19,15 +19,17 @@ Ported to Android by SweetSea with on-screen control (with some necessary change
* No differences in gameplay
* Files will be saved into ``Android/data/org.love2d.android/tromi_mobile`` instead the location where the game files in
* All UIs are touch-able
* <details><summary>Changes the way to input secret code to activate Pentominoes mode</summary><img src="https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile/raw/branch/main/screenshot/SPOILER_secret_code.png">To insert the left arrow, tap on the left, so does to right arrow.</details>
* Rename ``Max Gravity Training`` to ``20G Training``
* <details><summary>Add a special pre-made keybind for Android TV (only supports TV models have their remote has numerical area (0-9))</summary><img src="https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile/raw/branch/main/screenshot/SPOILER_tv_code.png"></special>
* <details><summary>Changes the way to input secret code to activate Pentominoes mode</summary><img src="https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile/raw/branch/main/screenshot/SPOILER_pento_code.png">To insert the left arrow, tap on the left, so does to right arrow.</details>
* Add a loading screen (this need to be updated later)
* Replaced ``binser`` serializer with ``bitser`` serializer (IDK why it is failed when saving, this change ***make configuration and profile files cannot be imported back to original Tromi***, except replay)
# TODO
- [ ] Add a way to export replay for Android > 11
- [ ] Revert ``bitser`` with ``binser`` (if and only if I can make it works)
- [ ] Design a new on-screen buttons skin (the current one is come from [C₂₉H₂₅N₃O₅](https://github.com/C29H25N3O5), I am aware that it's not fit to Tromi's design language)
- [ ] (Low priority) Design a new menu screen
# License (GNU GPLv3)
Please read ``LICENSE.txt`` for more information.<br>