Update README.md

This commit is contained in:
FlamedDogo99 2024-06-01 21:32:29 -05:00 committed by GitHub
parent 2ee81d7d50
commit 3e372c9337
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,15 +2,10 @@
## A userscript that allows eaglercraft to run on iOS safari ## A userscript that allows eaglercraft to run on iOS safari
To-do To-do
- [ ] Strafe buttons when holding forward
- [ ] Crouch lock on hold
- [ ] Sprint button (sperate from double tapping forward)
- [ ] Gamepad support - [ ] Gamepad support
- [ ] Cancel button for file upload - [ ] Cancel button for file upload
- [ ] Styling for file upload - [ ] Styling for file upload
- [ ] Back button for Kiwi browser? - [ ] Back button for Kiwi browser?
- [ ] Re-orginize button layout
- [ ] Redo the display button functions
Implemented Implemented
@ -21,3 +16,8 @@ Implemented
- [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/picking, 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)
- [x] Strafe buttons when holding forward
- [x] Crouch lock on hold
- [x] Re-orginize button layout
- [x] Redo the display button functions
- [x] Sprint button (sperate from double tapping forward)