Skip to content

Commit b477914

Browse files
DavidShoeGaetz
authored andcommitted
Update index.md highlights (MonoGame#129)
Update highlight lines
1 parent e734ea0 commit b477914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • articles/tutorials/building_2d_games/11_input_management

articles/tutorials/building_2d_games/11_input_management/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ The key changes to the `Core` class are:
382382

383383
Now we can update our `Game1` class to use the new input management system through the `Core` class. Open `Game1.cs` in the game project and update it to the following:
384384

385-
[!code-csharp[](./snippets/game1.cs?highlight=6,74,80,86,92,98,106,111,114,118,124,126-127,132,138,144,150)]
385+
[!code-csharp[](./snippets/game1.cs?highlight=1,7,75,81,87,93,99,107,112,115,119,125,127-128,133,139,145,151)]
386386

387387
The key changes to the `Game1` class are:
388388

0 commit comments

Comments
 (0)