From 6c8a05fc49dd98b998ac1280cb325f2b7697d6db Mon Sep 17 00:00:00 2001 From: Michele Bini Date: Sat, 27 Sep 2014 17:23:58 +0200 Subject: Vaquitas coming from all directions 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 -- cgit v0.10.2