diff options
Diffstat (limited to 'internal/generator/templates/themes/cathedral')
| -rw-r--r-- | internal/generator/templates/themes/cathedral/MUSIC_LICENSE.txt | 7 | ||||
| -rw-r--r-- | internal/generator/templates/themes/cathedral/ambient.ogg | bin | 0 -> 1048852 bytes | |||
| -rw-r--r-- | internal/generator/templates/themes/cathedral/sounds.json | 8 | ||||
| -rw-r--r-- | internal/generator/templates/themes/cathedral/theme.css | 2 |
4 files changed, 14 insertions, 3 deletions
diff --git a/internal/generator/templates/themes/cathedral/MUSIC_LICENSE.txt b/internal/generator/templates/themes/cathedral/MUSIC_LICENSE.txt new file mode 100644 index 0000000..7e1ecfd --- /dev/null +++ b/internal/generator/templates/themes/cathedral/MUSIC_LICENSE.txt @@ -0,0 +1,7 @@ +Track: Cathedral +Author: Umplix +License: CC0 1.0 Universal / public domain dedication +License URL: https://creativecommons.org/publicdomain/zero/1.0/ +Source: https://opengameart.org/content/cathedral-0 + +Bundled as ambient.ogg for the snonux cathedral theme. diff --git a/internal/generator/templates/themes/cathedral/ambient.ogg b/internal/generator/templates/themes/cathedral/ambient.ogg Binary files differnew file mode 100644 index 0000000..5a9c0a2 --- /dev/null +++ b/internal/generator/templates/themes/cathedral/ambient.ogg diff --git a/internal/generator/templates/themes/cathedral/sounds.json b/internal/generator/templates/themes/cathedral/sounds.json index 8fab3fe..ca0837b 100644 --- a/internal/generator/templates/themes/cathedral/sounds.json +++ b/internal/generator/templates/themes/cathedral/sounds.json @@ -450,7 +450,9 @@ "kick", "kick", "kick" - ] + ], + "file": "ambient.ogg", + "volume": 0.46 }, "wild": { "bpm": 180, @@ -566,7 +568,9 @@ "kick", "kick", "kick" - ] + ], + "file": "ambient.ogg", + "volume": 0.54 } } } diff --git a/internal/generator/templates/themes/cathedral/theme.css b/internal/generator/templates/themes/cathedral/theme.css index 3451e50..29fe7ec 100644 --- a/internal/generator/templates/themes/cathedral/theme.css +++ b/internal/generator/templates/themes/cathedral/theme.css @@ -76,7 +76,7 @@ .post-modal.active { display:block; } .modal-inner { max-width:800px; margin:0 auto; background:rgba(15,11,18,0.98); border:1px solid rgba(224,196,127,0.2); padding:38px; box-shadow:0 28px 84px rgba(0,0,0,0.72); } .modal-close { float:right; background:none; border:none; color:var(--gold); font-family:'Cinzel',serif; font-size:0.8rem; font-weight:400; cursor:pointer; letter-spacing:0.14em; } - @media(max-width:640px) { .nav-hints{display:none;} header{padding:12px 16px;} .content{padding:14px 16px;} .modal-inner{padding:24px 16px;} .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:12px 16px;} .content{padding:14px 16px;} .modal-inner{padding:24px 16px;} .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="cathedral"] .splash-overlay { background: radial-gradient(circle at 50% 18%, rgba(224,196,127,0.18) 0%, transparent 30%), |
