summaryrefslogtreecommitdiff
path: root/game.html.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'game.html.coffee')
-rw-r--r--game.html.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.html.coffee b/game.html.coffee
index a4473c6..e43e6e5 100644
--- a/game.html.coffee
+++ b/game.html.coffee
@@ -203,7 +203,7 @@ genPage = ->
n.setAttribute "opacity", "0.5"
# n.setAttribute "transform", ""
sea.appendChild n
- angle = Math.random() * 3.14
+ angle = Math.random() * 6.28
vaquita =
e: n
x: Math.sin(angle) * 300