diff --git a/audio/03.mp3 b/audio/03.mp3 index a1d375c..0c789cd 100644 Binary files a/audio/03.mp3 and b/audio/03.mp3 differ diff --git a/audio/04.mp3 b/audio/04.mp3 index 47d3159..a1d375c 100644 Binary files a/audio/04.mp3 and b/audio/04.mp3 differ diff --git a/audio/05.mp3 b/audio/05.mp3 new file mode 100644 index 0000000..cf5f421 Binary files /dev/null and b/audio/05.mp3 differ diff --git a/audio/06.mp3 b/audio/06.mp3 new file mode 100644 index 0000000..47d3159 Binary files /dev/null and b/audio/06.mp3 differ diff --git a/audio/07.mp3 b/audio/07.mp3 new file mode 100644 index 0000000..8cbf3cb Binary files /dev/null and b/audio/07.mp3 differ diff --git a/audio/delayecho.mp3 b/audio/delayecho.mp3 deleted file mode 100644 index ae5e284..0000000 Binary files a/audio/delayecho.mp3 and /dev/null differ diff --git a/audio/minok01.mp3 b/audio/minok01.mp3 deleted file mode 100644 index f35b3c3..0000000 Binary files a/audio/minok01.mp3 and /dev/null differ diff --git a/audio/minok02.mp3 b/audio/minok02.mp3 deleted file mode 100644 index fb7eaa5..0000000 Binary files a/audio/minok02.mp3 and /dev/null differ diff --git a/audio/minok03.mp3 b/audio/minok03.mp3 deleted file mode 100644 index 1dc5f54..0000000 Binary files a/audio/minok03.mp3 and /dev/null differ diff --git a/audio/minok04.mp3 b/audio/minok04.mp3 deleted file mode 100644 index 27b0d7f..0000000 Binary files a/audio/minok04.mp3 and /dev/null differ diff --git a/audio/minok1frequency.mp3 b/audio/minok1frequency.mp3 deleted file mode 100644 index 83efb7d..0000000 Binary files a/audio/minok1frequency.mp3 and /dev/null differ diff --git a/audio/minok2transpose.mp3 b/audio/minok2transpose.mp3 deleted file mode 100644 index bea6105..0000000 Binary files a/audio/minok2transpose.mp3 and /dev/null differ diff --git a/audio/minok3delay.mp3 b/audio/minok3delay.mp3 deleted file mode 100644 index 910bd09..0000000 Binary files a/audio/minok3delay.mp3 and /dev/null differ diff --git a/audio/minok4eq.mp3 b/audio/minok4eq.mp3 deleted file mode 100644 index 059dc56..0000000 Binary files a/audio/minok4eq.mp3 and /dev/null differ diff --git a/audio/minok_01.mp3 b/audio/minok_01.mp3 new file mode 100644 index 0000000..d0aa9e5 Binary files /dev/null and b/audio/minok_01.mp3 differ diff --git a/audio/minok05.mp3 b/audio/minok_02.mp3 similarity index 50% rename from audio/minok05.mp3 rename to audio/minok_02.mp3 index efd3763..1b58fd6 100644 Binary files a/audio/minok05.mp3 and b/audio/minok_02.mp3 differ diff --git a/audio/minok_03.mp3 b/audio/minok_03.mp3 new file mode 100644 index 0000000..26bd934 Binary files /dev/null and b/audio/minok_03.mp3 differ diff --git a/audio/minok_04.mp3 b/audio/minok_04.mp3 new file mode 100644 index 0000000..12d4613 Binary files /dev/null and b/audio/minok_04.mp3 differ diff --git a/audio/minok_05.mp3 b/audio/minok_05.mp3 new file mode 100644 index 0000000..c540572 Binary files /dev/null and b/audio/minok_05.mp3 differ diff --git a/audio/집중호우와멜로디언.mp3 b/audio/집중호우와멜로디언.mp3 deleted file mode 100644 index 0c789cd..0000000 Binary files a/audio/집중호우와멜로디언.mp3 and /dev/null differ diff --git a/css/default.css b/css/default.css index f99387d..13ec5c8 100644 --- a/css/default.css +++ b/css/default.css @@ -1,14 +1,22 @@ +@font-face { + font-family: 'ACCchildrenfall'; + src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2112-2@1.0/ACCchildrenfall.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + html, body { margin: 0; padding: 0; + font-family: 'ACCchildrenfall'; } canvas { display: block; } -.overlay-userinput { +.fullscreen { display: grid; justify-content: center; align-items: center; @@ -17,8 +25,55 @@ canvas { left: 0; width: 100%; height: 100%; + + font-size: 3em; +} + +#overlay-userinput { + /* display: none; */ background-color: rgba(255, 255, 255, 0.5); color: white; z-index: 2; - /* display: none; */ +} + +#announcements { + /* display: none; */ + /* background-color: lime; */ + color: white; + z-index: 1; +} + +#radio { + position: fixed; + top: 20px; + left: 20px; + z-index: 1; +} + +#radiostart-userinput { + position: fixed; + top: 50px; + right: 20px; + z-index: 1; +} + +#scene-minok { + position: fixed; + top: 100px; + right: 20px; + z-index: 1; +} + +#scene-wonjung { + position: fixed; + top: 150px; + right: 20px; + z-index: 1; +} + +#scene-all { + position: fixed; + top: 200px; + right: 20px; + z-index: 1; } diff --git a/css/loading-animation.css b/css/loading-animation.css new file mode 100644 index 0000000..742c93f --- /dev/null +++ b/css/loading-animation.css @@ -0,0 +1,46 @@ +/* Styles go here */ +.animationStripes{ + background-image: repeating-linear-gradient(-45deg, gold, gold 1em, blue 1em, blue 2em); + -webkit-animation:progress 2s linear infinite; + -moz-animation:progress 2s linear infinite; + -ms-animation:progress 2s linear infinite; + animation:progress 2s linear infinite; + background-size: 150% 100%; + + display: none; + color: white; + z-index: 2; +} + +@-webkit-keyframes progress{ + 0% { + background-position: 0 0; + } + 100% { + background-position: -3em 0em; + } +} +@-moz-keyframes progress{ + 0% { + background-position: 0 0; + } + 100% { + background-position: -3em 0em; + } +} +@-ms-keyframes progress{ + 0% { + background-position: 0 0; + } + 100% { + background-position: -3em 0em; + } +} +@keyframes progress{ + 0% { + background-position: 0 0; + } + 100% { + background-position: -2.8em 0em; + } +} diff --git a/index.html b/index.html index 62d3878..a4d6464 100644 --- a/index.html +++ b/index.html @@ -8,22 +8,51 @@ - - + + + - -