You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Include a line highlight and explanation for CharacterRegion.End
* Fixed line highlighting in Ch. 17, section Scene Management
* Undoing changes caused by user error
Copy file name to clipboardExpand all lines: articles/tutorials/building_2d_games/17_scenes/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ With the Base scene implementation complete, we can now use it to create actual
93
93
94
94
With the base `Scene` class defined, the `Core` class needs to be updated to handle management of the scenes, including update, drawing, and changing scenes. Open the `Core.cs` file in the *MonoGameLibrary* project and make the following changes:
0 commit comments