diff --git a/package.json b/package.json index 51b8fe8..0243111 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "DropOut", - "version": "0.0.0", + "version": "6.0.0", "description": "yuki540.com version_6.0.0", "main": "webpack.config.js", "scripts": { diff --git a/public/images/ogp.png b/public/images/ogp.png new file mode 100644 index 0000000..b6ca5eb Binary files /dev/null and b/public/images/ogp.png differ diff --git a/public/index.html b/public/index.html index 468524b..630d4f2 100644 --- a/public/index.html +++ b/public/index.html @@ -15,23 +15,23 @@ --> DropOut - + - - + + - - + + - - - - + + + + @@ -333,7 +333,7 @@ -
+
@@ -379,7 +379,7 @@
diff --git a/src/scripts/config/preload.js b/src/scripts/config/preload.js index d0dcc19..34ecab3 100644 --- a/src/scripts/config/preload.js +++ b/src/scripts/config/preload.js @@ -11,4 +11,31 @@ export default [ './images/load-view/text/2.png', './images/load-view/text/3.png', './images/load-view/text/4.png', + './images/bg.png', + './images/calling/say.png', + './images/calling/icons/eriri_large.png', + './images/calling/icons/eriri.png', + './images/calling/icons/gab_large.png', + './images/calling/icons/gab.png', + './images/calling/icons/yui_large.png', + './images/calling/icons/yui.png', + './images/end-animation/end.png', + './images/end-animation/end-roll/1.png', + './images/end-animation/end-roll/2.png', + './images/end-animation/end-roll/3.png', + './images/gab-animation/bg.png', + './images/gab-animation/gab.png', + './images/gab-animation/message.png', + './images/gab-animation/comic/1.png', + './images/gab-animation/comic/2.png', + './images/gab-animation/comic/3.png', + './images/gab-animation/comic/4.png', + './images/gab-animation/comic/bg.png', + './images/gab-animation/name/1.png', + './images/gab-animation/name/2.png', + './images/gab-animation/name/3.png', + './images/gab-animation/name/4.png', + './images/gab-animation/name/5.png', + './images/top-page/gab.png', + './images/top-page/logo.png', ] diff --git a/src/scss/modules/pc/_top-page.scss b/src/scss/modules/pc/_top-page.scss index 37b2146..4810495 100644 --- a/src/scss/modules/pc/_top-page.scss +++ b/src/scss/modules/pc/_top-page.scss @@ -5,7 +5,7 @@ width: 100%; height: 100%; background-color: $theme-bg; overflow: hidden; - z-index: 1001; + z-index: 995; &::after { content: ""; display: block; diff --git a/src/scss/modules/sp/_top-page.scss b/src/scss/modules/sp/_top-page.scss index ccf244a..5da0e7d 100644 --- a/src/scss/modules/sp/_top-page.scss +++ b/src/scss/modules/sp/_top-page.scss @@ -5,7 +5,7 @@ width: 100%; height: 100%; background-color: $theme-bg; overflow: hidden; - z-index: 1001; + z-index: 995; &::after { content: ""; display: block; diff --git a/src/scss/modules/tablet/_top-page.scss b/src/scss/modules/tablet/_top-page.scss index d2f8922..16b6575 100644 --- a/src/scss/modules/tablet/_top-page.scss +++ b/src/scss/modules/tablet/_top-page.scss @@ -5,7 +5,7 @@ width: 100%; height: 100%; background-color: $theme-bg; overflow: hidden; - z-index: 1001; + z-index: 995; &::after { content: ""; display: block;