Skip to content

Commit df6eba6

Browse files
committed
Appendixes are not written yet, replaced with default link for now so build doesn't fail
1 parent 55bb2cc commit df6eba6

File tree

1 file changed

+2
-2
lines changed
  • articles/tutorials/building_2d_games/03_the_game1_file

1 file changed

+2
-2
lines changed

articles/tutorials/building_2d_games/03_the_game1_file/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: In this chapter, we will explore the contents of the Game1 file gen
66
After you created a new MonoGame project using the *MonoGame Cross-Platform Desktop Application* template in [Chapter 02](../02_getting_started/index.md#creating-your-first-monogame-application), you will notice the generated files and project structure that serve as a starting point for your game application. While MonoGame offers different templates based on target platform, all projects will contain the *Game1.cs* file.
77

88
> [!TIP]
9-
> For an in-depth look at all files created in a MonoGame project when using the MonoGame templates, refer to [Appendix 02: MonoGame Project Overview](../appendix_02_monogame_project_overview/index.md).
9+
> For an in-depth look at all files created in a MonoGame project when using the MonoGame templates, refer to [Appendix 02: MonoGame Project Overview](#).
1010
1111
## Exploring the Game1 Class
1212

@@ -170,7 +170,7 @@ In the next chapter, you will start working with sprites and learn how to load a
170170

171171
## See Also
172172

173-
This chapter briefly touched on the *Game1.cs* file and the [Game](xref:Microsoft.Xna.Framework.Game) class. For an in-depth detailed discussion of all files created in a MonoGame project, including a full overview of the order of execution for a MonoGame game, see [Appendix 02: MonoGame Project Overview](../appendix_02_monogame_project_overview/index.md).
173+
This chapter briefly touched on the *Game1.cs* file and the [Game](xref:Microsoft.Xna.Framework.Game) class. For an in-depth detailed discussion of all files created in a MonoGame project, including a full overview of the order of execution for a MonoGame game, see [Appendix 02: MonoGame Project Overview](#).
174174

175175
## Test Your Knowledge
176176

0 commit comments

Comments
 (0)