Skip to content

Commit

Permalink
Update keyboard-input.md
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
hanwoolsky committed Dec 12, 2020
1 parent 6420520 commit cff1d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions player-input/keyboard-input.md
Expand Up @@ -15,7 +15,7 @@ Create KeyboardEntityController.java file inside the input folder.


## Chapter 2: Let's move the character with the directional keys
Paste the follwing code to the KeyboardEntityController.java file
Paste the following code to the KeyboardEntityController.java file

```bash
package  de.gurkenlabs.litiengine.input;
Expand Down Expand Up @@ -130,4 +130,4 @@ public  class  KeyboardEntityController<T  extends  IMobileEntity> extends
## Chapter 3: Let's play
Let's execute the program by build Program.java inside src/com/litiengine/gurknukem
![](../images/gamestart.png)
![](../images/gamestart.png)

0 comments on commit cff1d62

Please sign in to comment.