Skip to content

Commit 58d8e27

Browse files
Merge pull request #11 from AristurtleDev/09-handling-input
Chapter 09: Handling Input
2 parents d09e62b + 5924167 commit 58d8e27

File tree

7 files changed

+973
-1
lines changed

7 files changed

+973
-1
lines changed

articles/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,10 @@
126126
href: tutorials/building_2d_games/06_optimizing_texture_rendering/
127127
- name: "07: The Sprite Class"
128128
href: tutorials/building_2d_games/07_the_sprite_class/
129-
- name: "07: The AnimatedSprite Class"
129+
- name: "08: The AnimatedSprite Class"
130130
href: tutorials/building_2d_games/08_the_animatedsprite_class/
131+
- name: "09: Handling Input"
132+
href: tutorials/building_2d_games/09_handling_input/
131133
- name: Console Access
132134
href: console_access.md
133135
- name: Help and Support
Lines changed: 206 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)