From 44210691ee8444509ac466a362337af77f2bcd49 Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Tue, 20 Jul 2021 01:30:23 +0200 Subject: Commit --- views/background.jpg | Bin 31291 -> 28626 bytes views/common/compatibilityMode.css | 2 - views/credits.html | 8 +- views/game.html | 2 +- views/intro.html | 17 +- views/intro.mp4 | Bin 0 -> 317055 bytes views/loader.html | 15 +- views/menu.css | 24 ++ views/menu.html | 43 +-- views/menu.jpg | Bin 345993 -> 155471 bytes views/online.html | 2 +- views/rain/snow.js | 666 +++++++++++++++++++++++++++++++++++++ views/script/core_chart.js | 8 +- views/script/core_crash.js | 21 ++ views/script/core_fullscreen.js | 43 ++- views/script/core_stats.js | 64 ++-- views/script/core_viewer.js | 42 +-- views/script/loader_global.js | 127 +++---- views/script/menu_copyright.js | 4 +- views/script/menu_global.js | 3 + views/script/menu_login.js | 114 +++++-- views/script/settings_global.js | 10 +- views/settings.html | 2 +- views/stats.html | 2 +- views/win.html | 2 +- 25 files changed, 1017 insertions(+), 204 deletions(-) create mode 100644 views/intro.mp4 create mode 100644 views/rain/snow.js create mode 100644 views/script/core_crash.js (limited to 'views') diff --git a/views/background.jpg b/views/background.jpg index d3e959a..1129efc 100644 Binary files a/views/background.jpg and b/views/background.jpg differ diff --git a/views/common/compatibilityMode.css b/views/common/compatibilityMode.css index a436549..60c28a2 100644 --- a/views/common/compatibilityMode.css +++ b/views/common/compatibilityMode.css @@ -1,8 +1,6 @@ *:not(#gpuinfo-outer):not(#gpuinfo-inner) { backdrop-filter: none !important; - transition: none !important; opacity: 1 !important; - animation: none !important; } .rain { diff --git a/views/credits.html b/views/credits.html index b045ed4..80c1fe4 100644 --- a/views/credits.html +++ b/views/credits.html @@ -10,7 +10,7 @@ Kartik - +

made by
@@ -52,7 +52,7 @@

Minteck

Base Assets

-

Minteck
Redman 054

+

Minteck

Narrator Character

Averi by fiddle (@fiddleafox on Twitter)

@@ -186,7 +186,7 @@

Testing

-

Minteck
Romain
Redman 054
Oxymillion

+

Minteck
Romain
Oxymillion

Libraries

diff --git a/views/game.html b/views/game.html index cefd720..6de20ef 100644 --- a/views/game.html +++ b/views/game.html @@ -10,7 +10,7 @@ Kartik - + - + + diff --git a/views/intro.mp4 b/views/intro.mp4 new file mode 100644 index 0000000..e947f0a Binary files /dev/null and b/views/intro.mp4 differ diff --git a/views/loader.html b/views/loader.html index f18edd4..3dbaf4d 100644 --- a/views/loader.html +++ b/views/loader.html @@ -4,6 +4,7 @@ + Kartik @@ -14,7 +15,7 @@ } - + - -
- + + diff --git a/views/menu.css b/views/menu.css index ca90e93..f9697a7 100644 --- a/views/menu.css +++ b/views/menu.css @@ -151,6 +151,9 @@ .item-icon { filter: invert(1); vertical-align: middle; + display: inline-block; + margin-top: 3px; + margin-bottom: -1px; } div.services.home { @@ -221,4 +224,25 @@ span#copyright { backdrop-filter: blur(10px); background: rgba(0, 0, 0, 0.5); left: 10vw; +} + +.item-text { + vertical-align: middle; + margin-top: 8px; + display: inline-block; +} + +@media (max-height: 600px) { + img[alt="full-logo"][src="../logo/full.png"].full-logo { + margin-top: 16px !important; + } + + span#copyright.copyright { + bottom: 14px !important; + } +} + +body { + height: calc(100vh / 1.2); + overflow: hidden; } \ No newline at end of file diff --git a/views/menu.html b/views/menu.html index b2a0129..d06eba6 100644 --- a/views/menu.html +++ b/views/menu.html @@ -10,11 +10,15 @@ Kartik - + - + -