We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e8169 commit 993066fCopy full SHA for 993066f
articles/tutorials/building_2d_games/07_the_sprite_class/index.md
@@ -190,7 +190,7 @@ public Sprite CreateSprite(string regionName)
190
}
191
```
192
193
-## Using the `Sprite` Class
+## Using the Sprite Class
194
195
Let's adjust our game now to use the `Sprite` class instead of just the texture regions. Replace the contents of *Game1.cs* with the following:
196
0 commit comments