Skip to content

Commit

Permalink
Merge pull request #22 from Josef-Friedrich/patch-1
Browse files Browse the repository at this point in the history
Fix syntax highlighting
  • Loading branch information
nightm4re94 committed Apr 19, 2024
2 parents df4925e + 4e5d30b commit 1478fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player-input/keyboard-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Create KeyboardEntityController.java file inside the input folder.
## Chapter 2: Let's move the character with the directional keys
Paste the following code to the KeyboardEntityController.java file

```bash
```java
package  de.gurkenlabs.litiengine.input;

import  java.awt.event.KeyEvent;
Expand Down

0 comments on commit 1478fe5

Please sign in to comment.