Update README.md

This commit is contained in:
FlamedDogo99 2024-05-28 15:54:42 -06:00 committed by GitHub
parent a5f33ef933
commit 985ebe274f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,8 +8,9 @@ To-do
- [ ] Gamepad support - [ ] Gamepad support
- [ ] Cancel button for file upload - [ ] Cancel button for file upload
- [ ] Styling for file upload - [ ] Styling for file upload
- [ ] Pick block button
- [ ] Back button for Kiwi browser? - [ ] Back button for Kiwi browser?
- [ ] Re-orginize button layout
- [ ] Redo the display button functions
Implemented Implemented
@ -18,5 +19,5 @@ Implemented
- [x] Custom upload button for files (because safari is a pain with button clicks) - [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 mousemove events (Allows touch and drag to simulate mouse movement)
- [x] Fake cursor scroll events (Allows scrolling through hotbar and in menus) - [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) - [x] Styling for html, body, and canvas (So that the canvas doesn't ignore the navigation bars for viewport sizing)