From ce85e972f4007961b805a40314f161cdd7c67580 Mon Sep 17 00:00:00 2001 From: bo <30395630+genericb@users.noreply.github.com> Date: Sun, 22 Jun 2025 19:06:10 -0400 Subject: [PATCH] typo --- .../building_2d_games/07_optimizing_texture_rendering/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/tutorials/building_2d_games/07_optimizing_texture_rendering/index.md b/articles/tutorials/building_2d_games/07_optimizing_texture_rendering/index.md index 6d575134..309af49d 100644 --- a/articles/tutorials/building_2d_games/07_optimizing_texture_rendering/index.md +++ b/articles/tutorials/building_2d_games/07_optimizing_texture_rendering/index.md @@ -162,7 +162,7 @@ These methods serve different purposes in managing the texture atlas: ## Using the TextureAtlas Class -No we can put our new `TextureAtlas` class to use by exploring two approaches; creating an atlas manually and using XML configuration. So far, we have been practicing using textures with the MonoGame logo. Now we will use a new texture atlas that contains various sprites we will need for our game. +Now we can put our new `TextureAtlas` class to use by exploring two approaches; creating an atlas manually and using XML configuration. So far, we have been practicing using textures with the MonoGame logo. Now we will use a new texture atlas that contains various sprites we will need for our game. Download the texture atlas by right-clicking the following image and saving it as atlas.png: