Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -1113,7 +1113,7 @@ function drawNeuralActivity(time) {
|
|
| 1113 |
// Expanded, vibrant energy glow (25% larger)
|
| 1114 |
neuralCtx.save();
|
| 1115 |
const energyPulse = 0.23 + 0.14 * beat; // still not too strong, but lively
|
| 1116 |
-
const glowRadius = Math.min(w, h) * (
|
| 1117 |
const x = w / 2, y = h / 2;
|
| 1118 |
|
| 1119 |
const grad = neuralCtx.createRadialGradient(
|
|
|
|
| 1113 |
// Expanded, vibrant energy glow (25% larger)
|
| 1114 |
neuralCtx.save();
|
| 1115 |
const energyPulse = 0.23 + 0.14 * beat; // still not too strong, but lively
|
| 1116 |
+
const glowRadius = Math.min(w, h) * (50.00 + 20.00 * beat); // 25% larger!
|
| 1117 |
const x = w / 2, y = h / 2;
|
| 1118 |
|
| 1119 |
const grad = neuralCtx.createRadialGradient(
|