Skip to content

Commit 0a5d2f7

Browse files
committed
Added chapter 3 link
1 parent df6eba6 commit 0a5d2f7

File tree

1 file changed

+2
-1
lines changed
  • articles/tutorials/building_2d_games

1 file changed

+2
-1
lines changed

articles/tutorials/building_2d_games/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ This documentation will introduce game development concepts using the MonoGame f
2222
| Chapter | Summary | Source Files |
2323
| ---------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------ |
2424
| [01: What Is Monogame](01_what_is_monogame/index.md) | The history of MonoGame and what features it provides developers to create games. | |
25-
| [02: Getting Started](02_getting_started/index.md) | setup with MonoGame by preparing your environment for dotnet development and setting up Visual Studio Code as your IDE. | |
25+
| [02: Getting Started](02_getting_started/index.md) | Setup with MonoGame by preparing your environment for dotnet development and setting up Visual Studio Code as your IDE. | |
26+
| [03: The Game1 File](03_the_game1_file/index.md) | Explore the contents of the Game1 file generated when a new MonoGame game project is created. | |
2627

2728
In additional to the chapter documentation, supplemental documentation is also provided to give a more in-depth look at different topics with MonoGame. These are provided through the Appendix documentation below:
2829

0 commit comments

Comments
 (0)