Skip to content

Commit caadba0

Browse files
authored
Update index.md highlights (#129)
Update highlight lines
1 parent cf3f013 commit caadba0

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games/11_input_management

1 file changed

+1
-1
lines changed

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)