diff --git a/class.js b/class.js index a4ac8da..986e4e8 100644 --- a/class.js +++ b/class.js @@ -92,7 +92,7 @@ class Player get angle() { - return (this.visibleDir-1)*3.1415926535/8.; + return (this.visibleDir-3)*3.1415926535/4.; } }