From 15b4748c8bac0c0a476a07179519c8e1a6661cae Mon Sep 17 00:00:00 2001 From: Gemdation Date: Tue, 10 Jun 2025 13:56:04 -0500 Subject: [PATCH] Scroll Up button --- info-log.html | 2 +- meta/index.html | 1 + meta/scroll-up.svg | 9 +++++++++ support.html | 28 ++++++++++++++++++++++++++++ 4 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 meta/scroll-up.svg diff --git a/info-log.html b/info-log.html index a33d399..df43ebb 100644 --- a/info-log.html +++ b/info-log.html @@ -22,7 +22,7 @@ nav {margin-bottom: 0;} - +

BGM player

diff --git a/meta/index.html b/meta/index.html index e1fba37..12f006c 100644 --- a/meta/index.html +++ b/meta/index.html @@ -36,6 +36,7 @@ main.css music.js NEW_en.gif + scroll-up.svg shop.ttf shop.wav diff --git a/meta/scroll-up.svg b/meta/scroll-up.svg new file mode 100644 index 0000000..7b4eda7 --- /dev/null +++ b/meta/scroll-up.svg @@ -0,0 +1,9 @@ + + New Project + + + + + \ No newline at end of file diff --git a/support.html b/support.html index 4490e40..f355154 100644 --- a/support.html +++ b/support.html @@ -21,6 +21,8 @@ summary {color:red;text-decoration: underline;list-style: none;font-weight: bold;user-select: none;cursor: pointer;} details {color:red;outline: solid 1px red;padding-bottom: 5px;margin-bottom: 10px;} details h2 {color:red} + button#scrollUp {position:fixed;bottom: 10px; right: 10px; display: none; transform: translateY(20px); transition: opacity 0.3s ease, transform 0.3s ease;padding-bottom:0;z-index:1000;} + button#scrollUp.show {display:block;opacity:1;transform: translateY(0);} @@ -35,6 +37,8 @@ + +

Shop-related

@@ -171,5 +175,29 @@

The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to support@wiimart.org.

+ + + \ No newline at end of file