From fc57196dbb25acf4ffd98fea3c1122cf94ee5cea Mon Sep 17 00:00:00 2001 From: The Wobbler Date: Mon, 25 Mar 2024 17:20:24 +0100 Subject: [PATCH] Pygame Tools aktualisiert --- Pygame-Tools.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Pygame-Tools.md b/Pygame-Tools.md index 1fa3054..0eab816 100644 --- a/Pygame-Tools.md +++ b/Pygame-Tools.md @@ -12,8 +12,7 @@ Hover(rect, function, args) -> Hover ```     [pg.Hover.check](#check) -

-#### check() -  Checks if the mouse is hovering over the rect. When the mouse is hovering over the rect, it returns True. If an additional function is given, it also executes the function. +####   check() +    Checks if the mouse is hovering over the rect. When the mouse is hovering over the rect, it returns True. If an additional function is given, it also executes the function.