diff --git a/public/img/wallpaper/iss.jpg b/public/img/wallpaper/iss.jpg index 0ee825fa7..bd4bd570a 100644 Binary files a/public/img/wallpaper/iss.jpg and b/public/img/wallpaper/iss.jpg differ diff --git a/public/img/wallpaper/telescope.jpg b/public/img/wallpaper/telescope.jpg index 35a6c0fab..625ada46e 100644 Binary files a/public/img/wallpaper/telescope.jpg and b/public/img/wallpaper/telescope.jpg differ diff --git a/src/keeptrack.ts b/src/keeptrack.ts index 7769ccf29..6cac2effe 100644 --- a/src/keeptrack.ts +++ b/src/keeptrack.ts @@ -30,6 +30,7 @@ import issJpg from '@public/img/wallpaper/iss.jpg'; import missionControlJpg from '@public/img/wallpaper/mission-control.jpg'; +import observatoryJpg from '@public/img/wallpaper/observatory.jpg'; import rocketJpg from '@public/img/wallpaper/rocket.jpg'; import rocket2Jpg from '@public/img/wallpaper/rocket2.jpg'; import rocket3Jpg from '@public/img/wallpaper/rocket3.jpg'; @@ -75,7 +76,7 @@ import { SplashScreen } from './static/splash-screen'; export class KeepTrack { /** An image is picked at random and then if the screen is bigger than 1080p then it loads the next one in the list */ - private static splashScreenImgList_ = [thuleJpg, rocketJpg, rocket2Jpg, telescopeJpg, missionControlJpg, issJpg, rocket3Jpg]; + private static splashScreenImgList_ = [observatoryJpg, thuleJpg, rocketJpg, rocket2Jpg, telescopeJpg, missionControlJpg, issJpg, rocket3Jpg]; private isShowFPS = false; public isReady = false; diff --git a/src/static/splash-screen.ts b/src/static/splash-screen.ts index 059fd29db..f03666f11 100644 --- a/src/static/splash-screen.ts +++ b/src/static/splash-screen.ts @@ -27,7 +27,7 @@ export abstract class SplashScreen {
KEEP TRACK - 9 + 10
Downloading Science...