From 985ebe274f80cf1ec01574ca93cb35551a482bac Mon Sep 17 00:00:00 2001 From: FlamedDogo99 <96555444+FlamedDogo99@users.noreply.github.com> Date: Tue, 28 May 2024 15:54:42 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 954085a..15398b5 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ To-do - [ ] Gamepad support - [ ] Cancel button for file upload - [ ] Styling for file upload -- [ ] Pick block button - [ ] Back button for Kiwi browser? +- [ ] Re-orginize button layout +- [ ] Redo the display button functions Implemented @@ -18,5 +19,5 @@ Implemented - [x] Custom upload button for files (because safari is a pain with button clicks) - [x] Fake mousemove events (Allows touch and drag to simulate mouse movement) - [x] Fake cursor scroll events (Allows scrolling through hotbar and in menus) -- [x] On-screen controls (Movement, block placement/removal, inventory, item dropping, keyboard, and exiting keys) +- [x] On-screen controls (Movement, block placement/removal/picking, inventory, item dropping, keyboard, and exiting keys) - [x] Styling for html, body, and canvas (So that the canvas doesn't ignore the navigation bars for viewport sizing)