Skip to content

Commit 1019309

Browse files
authored
Fix minor Markdown error in CH 21 of the 2D game tutorial (#168)
1 parent af8472c commit 1019309

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games/20_implementing_ui_with_gum

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/20_implementing_ui_with_gum/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this chapter you will:
1515
* Integrate the UI system with our existing game architecture.
1616

1717
> [!IMPORTANT]
18-
> 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.
18+
> 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.
1919
>
2020
> 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.
2121

0 commit comments

Comments
 (0)