Skip to content

Commit e9a6d83

Browse files
committed
Update add-easing-to-your-game-animations-with-phaser.mdx
1 parent 7c9b04a commit e9a6d83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/add-easing-to-your-game-animations-with-phaser/add-easing-to-your-game-animations-with-phaser.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ All of these examples show walking, but each has an entirely different feeling.
6464

6565
Let’s add easing to a character walking across a platform! We can build the scene from scratch.
6666

67-
Open a code editor of your choice and create a blank JavaScript file called **script.js**. We can start by setting up our `config` object:
67+
Open a code editor of your choice and create a blank JavaScript file called **script.js**.
68+
69+
We can start by setting up our `config` object:
6870

6971
```jsx
7072
const config = {

0 commit comments

Comments
 (0)