aboutsummaryrefslogtreecommitdiff
path: root/src/Point.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/Point.elm')
-rw-r--r--src/Point.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Point.elm b/src/Point.elm
index a27916c..e66a5f7 100644
--- a/src/Point.elm
+++ b/src/Point.elm
@@ -15,7 +15,7 @@ pointMove {initTime, initPos, initDest, move} time =
move initTime initPos initDest time
pointSize : Float
-pointSize = 5
+pointSize = 10
pointSpeed : Float -> Float
pointSpeed dt = dt / 20