Skip to content

Commit ec58449

Browse files
committed
speed up score text
1 parent 1d32e29 commit ec58449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/baller/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
(text/push-through game-over :pause 1)
100100
(<! (timeout c/title-spacing))
101101
(s/set-visible! score true)
102-
(<! (text/push-through score :pause 2)))))
102+
(<! (text/push-through score :speed 3 :pause 2)))))
103103

104104
(defn advance-difficulty []
105105
(go-while (state/playing?)

0 commit comments

Comments
 (0)