From 241e5e16b5e721649f2e14121d26c7f6f8467099 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sun, 13 Feb 2022 22:47:22 -0500 Subject: [PATCH] Updated readme with status --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4350c92..fb1a6ba 100644 --- a/README.md +++ b/README.md @@ -3,28 +3,28 @@ This library due to the changes in love2d. Too many things are broken and instead of doing patch work, I've decided to do a total rewrite. Also I'll be able to make use of the new multi manager features and build a better library from the ground up. Core Objects: -- Frame +- ~~Frame~~ ✔️ - Text: - - Label + - ~~Label~~ ✔️ - Box - - Button + - ~~Button~~ - Image: - - Label - - Button + - ~~Label~~ ✔️ + - ~~Button~~ - Animation -- Video +- ~~Video~~ ✔️ Events: - Mouse Events - Enter - Exit - - Pressed/Other - - Released/Other + - ~~Pressed~~ ✔️ + - ~~Released~~ ✔️ - Moved - WheelMoved - - DragStart - - Dragging - - DragEnd + - ~~DragStart~~ ✔️ + - ~~Dragging~~ ✔️ + - ~~DragEnd~~ ✔️ - Hotkey - Other Events - - OnUpdate + - OnUpdate ✔️