From 7b0c5ce393dd17d618d52d4447ad09b5693e3251 Mon Sep 17 00:00:00 2001 From: Goncalo Date: Sun, 24 Sep 2023 03:03:08 +0200 Subject: [PATCH] Final adjustment to the spider --- js/planet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/planet.js b/js/planet.js index 75e88db..f5dd73e 100644 --- a/js/planet.js +++ b/js/planet.js @@ -1022,8 +1022,8 @@ function animate() { } if (gameOn) { - spiderPhi -= spiderVel; - sbody.rotateX(-spiderVel); + spiderPhi += spiderVel; + sbody.rotateX(spiderVel); }