Skip to content

Commit 9673e06

Browse files
committed
Update toc and index for chapter 12
1 parent aa73840 commit 9673e06

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

articles/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
href: tutorials/building_2d_games/10_input_management/
135135
- name: "11: Collision Detection"
136136
href: tutorials/building_2d_games/11_collision_detection/
137+
- name: "12: Sound Effects and Music"
138+
href: tutorials/building_2d_games/12_soundeffects_and_music/
137139
- name: Console Access
138140
href: console_access.md
139141
- name: Help and Support

articles/tutorials/building_2d_games/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This documentation will introduce game development concepts using the MonoGame f
3232
| [09: Handling Input](09_handling_input/index.md) | Learn how to handle keyboard, mouse, and gamepad input in MonoGame. | |
3333
| [10: Input Management](10_input_management/index.md) | Learn how to create an input management system to handle keyboard, mouse, and gamepad input, including state tracking between frames and creating a reusable framework for handling player input. | |
3434
| [11: Collision Detection](11_collision_detection/index.md) | Learn how to implement collision detection between game objects and handle collision responses like blocking, triggering events, and bouncing. | |
35+
| [12: Sound Effects and Music](12_soundeffects_and_music/index.md) | Learn how to load and play sound effects and background music in MonoGame including managing audio volume, looping, and handling multiple sound effects at once. | |
3536

3637
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:
3738

0 commit comments

Comments
 (0)