diff --git a/app/assets/css/launcher.css b/app/assets/css/launcher.css index e67984e4..49d752e0 100644 --- a/app/assets/css/launcher.css +++ b/app/assets/css/launcher.css @@ -2503,7 +2503,7 @@ input:checked + .toggleSwitchSlider:before { #landingContainer > #lower > #center { position: relative; transition: top 2s ease; - top: 0px; + top: -50px; height: 100%; width: 34%; display: inline-flex; @@ -3401,7 +3401,7 @@ input:checked + .toggleSwitchSlider:before { font-weight: 900; letter-spacing: 2px; text-shadow: 0px 0px 0px #bebcbb; - font-size: 20px; + font-size: 50px; padding: 0px; transition: 0.25s ease; outline: none; diff --git a/app/assets/images/SealCircle.ico b/app/assets/images/SealCircle.ico index b7816157..07f69297 100644 Binary files a/app/assets/images/SealCircle.ico and b/app/assets/images/SealCircle.ico differ diff --git a/app/assets/images/backgrounds/TRANSITION.webm b/app/assets/images/backgrounds/TRANSITION.webm new file mode 100644 index 00000000..b9383257 Binary files /dev/null and b/app/assets/images/backgrounds/TRANSITION.webm differ diff --git a/app/landing.ejs b/app/landing.ejs index 0d82c63f..bdca99b3 100644 --- a/app/landing.ejs +++ b/app/landing.ejs @@ -30,7 +30,7 @@
- + @@ -100,33 +100,33 @@ HORS LIGNE
-
+ -
+ Essential Mojang services are populated here. --> + -
+ Non Essential Mojang services are populated here. --> + -
+ - + --> + +
+
-
+ + Article Content -->
\ No newline at end of file diff --git a/build/SealCircle.png b/build/SealCircle.png new file mode 100644 index 00000000..b7816157 Binary files /dev/null and b/build/SealCircle.png differ diff --git a/electron-builder.yml b/electron-builder.yml index cd5d1ce6..cdbd5144 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -1,5 +1,5 @@ -appId: 'helioslauncher' -productName: 'Helios Launcher' +appId: 'lukienlivelauncher' +productName: 'LukiEnLive Launcher' artifactName: '${productName}-setup-${version}.${ext}' copyright: 'Copyright © 2018-2022 Daniel Scalzi'