From 4a7ff80dd128a7fc1e56a16b59d9b9e748a3fea1 Mon Sep 17 00:00:00 2001 From: Johnny322 Date: Tue, 10 Feb 2026 16:35:37 +0100 Subject: [PATCH] Attach tentacle pulses to planet pulses --- src/App.vue | 9 +++++---- src/styles.css | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index cfc2251..88a34c0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -178,7 +178,10 @@ '--ray-hue': rayHue.toFixed(0) }" > -
+
-
- Pick a tile to start the round. -
+
diff --git a/src/styles.css b/src/styles.css index 52bd5ec..8cb3eb3 100644 --- a/src/styles.css +++ b/src/styles.css @@ -425,7 +425,7 @@ audio.hidden-audio { top: 50%; width: 100px; height: 100px; - transform: translate(-50%, -50%); + transform: translate(-50%, -50%) scale(calc(1 + var(--pulse, 0) * 0.9)); z-index: 1; pointer-events: none; }