From b59370f598bbd0e1d50c04bf1e600676fe2216ff Mon Sep 17 00:00:00 2001 From: Samuel Pizette Date: Wed, 18 May 2022 15:10:59 -0400 Subject: [PATCH] Update README.md Updated some grammar to help English speakers better understand the readme --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8f2bca7..76fa810 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,19 @@ -# Basalt - a UI Framework for Computercraft +# Basalt - A UI Framework for Computercraft Basalt is still under developement and you may find bugs! -check out my [wiki](https://github.com/NoryiE/NyoUI/wiki/) for information
-if you wanna message me: NyoriE#8206 on discord +Check out my [wiki](https://github.com/NoryiE/NyoUI/wiki/) for information
+If you have questions, feel free to message me: NyoriE#8206 on discord Todo:
-- improve performance
-- scrolling in a menubar doesn't work correctly
-- frames dont move correctly if anchor is bottom/right
-- click event and lose focus event order is not correct
-- improve event system
-- add info to image and pane object, and onBackgroundKey -- frame with a program wich is scrolled does not get correct mouse events +- Improve performance
+- Fix menubar scroll functionality
+- Fix frames moving incorrectly when anchor is bottom/right
+- Fix click event and lose focus event order
+- Improve event system
+- Add info to image and pane object, and onBackgroundKey +- Fix mouse events +- Frame with a program which is scrolled does not get correct mouse events MIT License