Skip to content

Commit 3df2764

Browse files
committed
removed unwanted text from flappybird.js
1 parent 0254374 commit 3df2764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/games/FlappyBird.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function FlappyBirdGame({ difficulty, onGameEnd }) {
231231
}
232232
if (bird.current.y < bird.current.radius) {
233233
bird.current.y = bird.current.radius + 3;
234-
bird.current.vy = 0.5;git
234+
bird.current.vy = 0.5;
235235
}
236236

237237

0 commit comments

Comments
 (0)