Skip to content

Commit d29743e

Browse files
Fix Simon's typo
1 parent 7fc95a9 commit d29743e

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games/10_handling_input

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/10_handling_input/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ For our game, we are going to implement keyboard and gamepad controls based on t
331331
| [Keys.D] and [Keys.Right] | [Thumbstick.Left.X] and [Buttons.DPadRight] | Moves the slime right on the screen. |
332332
| [Keys.Space] | [Buttons.A] | Increased the speed of the slime. |
333333

334-
Open `Game1.cs` the *DungeonSlime* project and update it with the following:
334+
Open `Game1.cs` in the *DungeonSlime* project and update it with the following:
335335

336336
[!code-csharp[](./snippets/game1.cs?highlight=17-21,60-64,69-157,168)]
337337

0 commit comments

Comments
 (0)