diff --git a/Menus.md b/Menus.md index 9d27429..5a17c2e 100644 --- a/Menus.md +++ b/Menus.md @@ -23,3 +23,5 @@ void spriteMouseLeave(Sprite MenuSprite, SpriteEventArgs e) } ``` Because you may sometimes have some transparent areas surrounding a menu-button, you may also want to try out the MouseEnterTransparent, MouseLeaveTransparent, and MouseHoverTransparent functions. These work the same way, except that, instead of triggering when the mouse is over the sprite rectangle, it only triggers if it is over a non-transparent area of the sprite. + +See also: [Program Design: Menus](https://git.solidcharity.com/timy/SpriteLibrary/wikis/ProgramDesign#making-a-game-menu) \ No newline at end of file