Skip to content

Commit 8b3fbd7

Browse files
committed
Fix speed
1 parent e529d99 commit 8b3fbd7

File tree

1 file changed

+1
-1
lines changed
  • bootcamp_content/projects/breakout/exercises/bouncy-ball

1 file changed

+1
-1
lines changed

bootcamp_content/projects/breakout/exercises/bouncy-ball/example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const ball = {
2-
speed: 0.1,
2+
speed: 0.5,
33
size: 4,
44
left: 48,
55
top: 98,

0 commit comments

Comments
 (0)