From 932b69a2346d1fd4eba1839339a2879f50892de7 Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Wed, 16 Oct 2013 00:32:26 +0530 Subject: [PATCH] fixed the max gravity --- resources/public/index.html | 4 ++-- src/cljs/frpong/core.cljs | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/resources/public/index.html b/resources/public/index.html index 1148e16..1bbc440 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -61,7 +61,7 @@ body {

Gravity Pong!

-
+
press <space> to start
0 @@ -75,7 +75,7 @@ body {
use W-S and Up-Down keys to move the paddles / use Left-Right keys to change gravity
- Source + github
diff --git a/src/cljs/frpong/core.cljs b/src/cljs/frpong/core.cljs index 339ae51..0a3461b 100644 --- a/src/cljs/frpong/core.cljs +++ b/src/cljs/frpong/core.cljs @@ -87,7 +87,7 @@ (go-loop (let [k (:keyCode ( to start") (start-on-space))