From a1fd239d8f6fc6e68097c3fcd57d32fa5c37ed9f Mon Sep 17 00:00:00 2001 From: Never Gude Date: Sun, 22 Feb 2026 13:09:24 +0100 Subject: [PATCH] small fix --- public_html/eh/eh/eh/eh-eh/scripts/shork.js | 2 +- scripts/shork.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/eh/eh/eh/eh-eh/scripts/shork.js b/public_html/eh/eh/eh/eh-eh/scripts/shork.js index 545337f..c088599 100644 --- a/public_html/eh/eh/eh/eh-eh/scripts/shork.js +++ b/public_html/eh/eh/eh/eh-eh/scripts/shork.js @@ -3,7 +3,7 @@ let shork_image = document.getElementById("shork"); let zoomies = 4; let turnies = 0.2; -let shork = {x: 32, y: 36}; +let shork = {x: 4, y: 8}; let rotation = Math.PI/2; let shork_init = transform(shork, -rotation); shork_image.style.transform = `matrix(${shork_init.a}, ${shork_init.b}, ${shork_init.c}, ${shork_init.d}, ${shork_init.x}, ${shork_init.y})`; diff --git a/scripts/shork.js b/scripts/shork.js index 545337f..c088599 100644 --- a/scripts/shork.js +++ b/scripts/shork.js @@ -3,7 +3,7 @@ let shork_image = document.getElementById("shork"); let zoomies = 4; let turnies = 0.2; -let shork = {x: 32, y: 36}; +let shork = {x: 4, y: 8}; let rotation = Math.PI/2; let shork_init = transform(shork, -rotation); shork_image.style.transform = `matrix(${shork_init.a}, ${shork_init.b}, ${shork_init.c}, ${shork_init.d}, ${shork_init.x}, ${shork_init.y})`;