diff options
| -rw-r--r-- | game.html.coffee | 2 |
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 |
