Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
a few changes
  • Loading branch information
jesuino committed Jun 23, 2015
1 parent e78b10f commit 93655a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ Call `initializeGameGrid` before `startGame`
* Copy and paste the following code snippet:
```java
initializeGameGrid();
gameGrid.clear()
gameGrid.clear();
```

Back to [Index][I0]
Expand Down Expand Up @@ -696,7 +696,7 @@ parallelTransition.setOnFinished(e -> {
});
```

Set `movingTiles` to true. start the animation and clear de list of animations.
Set `movingTiles` to true. start the animation and clear the list of animations.

#### SOLUTION CODE
* *Class*: `GameManager`
Expand Down

0 comments on commit 93655a6

Please sign in to comment.