Before Big refactor

This commit is contained in:
2026-05-05 15:43:42 -04:00
parent 93f0fa7c09
commit bc151473dc
9 changed files with 83 additions and 84 deletions

View File

@@ -10,20 +10,20 @@
<canvas id="waveCanvas"></canvas>
<canvas id="particleCanvas"></canvas>
<!-- Timer -->
<div id="timer">
<svg width="60" height="60">
<svg width="72" height="72">
<circle
id="timer-bg"
cx="30"
cy="30"
r="25"
cx="36"
cy="36"
r="30"
/>
<circle
id="timer-progress"
cx="30"
cy="30"
r="25"
cx="36"
cy="36"
r="30"
/>
</svg>
<div id="timer-text"></div>
@@ -31,8 +31,8 @@
<div id="problem"></div>
<div id="equation-main"></div>
<div id="equation-next"></div>
<div id="explanation"></div>
<div id="equation-next"></div>
<script src="scripts/timer.js"></script>
<script src="scripts/background.js"></script>