Bound F3 and F4 to open debug menus (#94)

* feat: Added f3 and f4 keys to open debug stuff

* fix: only open debug overlay when ingame, to avoid crashes

* docs: added keybinds to docs

* docs: moved the keybinds to the bottom, as they are less important

* fix: add missing # ifdef
This commit is contained in:
Jean
2026-03-02 14:00:02 +01:00
committed by GitHub
parent 73ceca7fc2
commit 59339a7afc
2 changed files with 29 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ This project contains the source code of Minecraft Legacy Console Edition v1.3.0
- **Select Item**: `Mouse Wheel` or keys `1` to `9`
- **Accept or Decline Tutorial hints**: `Enter` to accept and `B` to decline
- **Host Options**: `TAB`
- **Toggle Debug Info**: `F3`
- **Open Debug Overlay**: `F4`
## Build & Run