From 6b377e56970137d1150cbe3804d98f7e4bc3bfa0 Mon Sep 17 00:00:00 2001 From: alfuwu <130256600+alfuwu@users.noreply.github.com> Date: Mon, 18 Aug 2025 02:55:31 -0700 Subject: [PATCH] Fix minor Markdown error in CH 21 of the 2D game tutorial --- .../building_2d_games/20_implementing_ui_with_gum/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/tutorials/building_2d_games/20_implementing_ui_with_gum/index.md b/articles/tutorials/building_2d_games/20_implementing_ui_with_gum/index.md index 5ba3c318..d21ea0a5 100644 --- a/articles/tutorials/building_2d_games/20_implementing_ui_with_gum/index.md +++ b/articles/tutorials/building_2d_games/20_implementing_ui_with_gum/index.md @@ -15,7 +15,7 @@ In this chapter you will: * Integrate the UI system with our existing game architecture. > [!IMPORTANT] -> While GUM is used in this tutorial it is only one of many UI libraries available to the MonoGame community, some notable others are [EmptyKeys](https://github.com/EmptyKeys/UI_Engines), [GeonBit.UI](https://github.com/RonenNess/GeonBit.UI), as well as entire Game Frameworks/Engines like [Nez}(https://github.com/prime31/Nez) that have their own built in UI systems. +> While GUM is used in this tutorial it is only one of many UI libraries available to the MonoGame community, some notable others are [EmptyKeys](https://github.com/EmptyKeys/UI_Engines), [GeonBit.UI](https://github.com/RonenNess/GeonBit.UI), as well as entire Game Frameworks/Engines like [Nez](https://github.com/prime31/Nez) that have their own built in UI systems. > > Check out the [MonoGame Resources](https://monogame.net/resources/) page, as well as [awesome-monogame](https://github.com/aloisdeniel/awesome-monogame) from [Alois Deniel](https://github.com/aloisdeniel) for even more community offerings.