diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-16 09:35:31 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-16 09:35:31 +0300 |
| commit | 1b24076788868f50812468b1bf4bb0ae86214e8c (patch) | |
| tree | 389fd715b5c27e0fe036f6c123b8d09e3872da1c /internal/generator/templates/themes/matrix | |
| parent | fbac3d13a575a410c2ee3f49418bf4b462544b4f (diff) | |
Add theme background musicv0.16.0
Diffstat (limited to 'internal/generator/templates/themes/matrix')
| -rw-r--r-- | internal/generator/templates/themes/matrix/MUSIC_LICENSE.txt | 7 | ||||
| -rw-r--r-- | internal/generator/templates/themes/matrix/ambient.ogg | bin | 0 -> 276371 bytes | |||
| -rw-r--r-- | internal/generator/templates/themes/matrix/sounds.json | 8 | ||||
| -rw-r--r-- | internal/generator/templates/themes/matrix/theme.css | 2 |
4 files changed, 14 insertions, 3 deletions
diff --git a/internal/generator/templates/themes/matrix/MUSIC_LICENSE.txt b/internal/generator/templates/themes/matrix/MUSIC_LICENSE.txt new file mode 100644 index 0000000..ec8803f --- /dev/null +++ b/internal/generator/templates/themes/matrix/MUSIC_LICENSE.txt @@ -0,0 +1,7 @@ +Track: Loading screen loop +Author: Brandon Morris, submitted by HaelDB +License: CC0 1.0 Universal / public domain dedication +License URL: https://creativecommons.org/publicdomain/zero/1.0/ +Source: https://opengameart.org/content/loading-screen-loop + +Bundled as ambient.ogg for the snonux matrix theme. diff --git a/internal/generator/templates/themes/matrix/ambient.ogg b/internal/generator/templates/themes/matrix/ambient.ogg Binary files differnew file mode 100644 index 0000000..99562b5 --- /dev/null +++ b/internal/generator/templates/themes/matrix/ambient.ogg diff --git a/internal/generator/templates/themes/matrix/sounds.json b/internal/generator/templates/themes/matrix/sounds.json index 5087473..c3c1f4c 100644 --- a/internal/generator/templates/themes/matrix/sounds.json +++ b/internal/generator/templates/themes/matrix/sounds.json @@ -161,7 +161,9 @@ "_", "hat", "kick" - ] + ], + "file": "ambient.ogg", + "volume": 0.46 }, "wild": { "bpm": 180, @@ -277,7 +279,9 @@ "_", "hat", "kick" - ] + ], + "file": "ambient.ogg", + "volume": 0.54 } } } diff --git a/internal/generator/templates/themes/matrix/theme.css b/internal/generator/templates/themes/matrix/theme.css index a305daf..3d19413 100644 --- a/internal/generator/templates/themes/matrix/theme.css +++ b/internal/generator/templates/themes/matrix/theme.css @@ -68,7 +68,7 @@ box-shadow:0 0 40px rgba(0,255,65,0.25); } .modal-close { float:right; background:none; border:none; color:var(--g2); font-family:monospace; font-size:0.9rem; cursor:pointer; letter-spacing:2px; } - @media(max-width:640px) { .nav-hints{display:none;} header{padding:10px 16px;} .content{padding:10px 16px;} .modal-inner{padding:20px 14px} .transmit-btn{padding-top:11px;padding-bottom:11px;min-height:44px} .modal-close{padding:10px 14px;min-width:44px;min-height:44px;text-align:center} } + @media(max-width:640px) { .nav-hints{padding:6px 16px} .nav-hints .nav-hints-row{padding:6px 0;gap:8px} .nav-hints kbd{display:none} .nav-hints-label,.nav-hints-spacer{display:none} .nav-fx-button{padding:10px 0;min-height:44px;flex:1 1 auto;justify-content:center;gap:0.2rem} header{padding:10px 16px;} .content{padding:10px 16px;} .modal-inner{padding:20px 14px} .transmit-btn{padding-top:11px;padding-bottom:11px;min-height:44px} .modal-close{padding:10px 14px;min-width:44px;min-height:44px;text-align:center} } [data-sno-theme="matrix"] .splash-overlay { background: #000; font-family:'VT323','Courier New',monospace; } [data-sno-theme="matrix"] .splash-rain { position:absolute; inset:0; overflow:hidden; pointer-events:none; opacity:0.35; z-index:1; |
