aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2026-05-26 00:51:04 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2026-05-26 00:51:04 -0700
commit4fac98ea91bd3a3cb19e4a80aada3d22e22f3e4b (patch)
tree4b6256d2c2bb5fd9acc7913fba78a6c35f6ec0fd /index.html
parent7d80b87ce3d8ba7c2eaa2e2d3a660bb4206e2442 (diff)
bump bg music volume to 0.2
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index ce3bfc8..a71ed89 100755
--- a/index.html
+++ b/index.html
@@ -361,7 +361,7 @@
mtBtn.addEventListener('click', () => {
musicOn = !musicOn;
if (musicOn) {
- bgm.volume = 0.15;
+ bgm.volume = 0.2;
bgm.play();
mtBtn.textContent = '❚❚';
mtLabel.textContent = '♪ a-dog — bazaar theme';