Skip to content

Commit 8ded7ef

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ We’ll do this in parts, since it gets a bit complex.
116116
```jsx
117117
function create() {
118118
const graphics = this.add.graphics();
119+
119120
graphics.fillStyle(0x228B22, 1); // forest green
120121
graphics.fillRect(0, 450, 800, 50);
121122
}

0 commit comments

Comments
 (0)