Compare commits
4 Commits
a4623ec7ac
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 21ac6d04ff | |||
| 636d58a673 | |||
| b36a2dd781 | |||
| 8fe327e6e1 |
@@ -1,2 +1,2 @@
|
|||||||
# what season is it in forza horizon 4
|
# what season is it in forza horizon 4
|
||||||
website that shows the current season of forza horizon 4 with timer to next season
|
website that shows the current season of forza horizon 4 with timer to next season.
|
||||||
134
js/const.js
134
js/const.js
@@ -1,67 +1,67 @@
|
|||||||
const seasons = ["winter", "spring", "summer", "autumn"];
|
const seasons = ["winter", "spring", "summer", "autumn"];
|
||||||
const winterStarts = new Date(Date.UTC(2018, 10, 8, 15, 00, 00));
|
const winterStarts = new Date(Date.UTC(2018, 10, 8, 15, 30, 00));
|
||||||
let lastCheckedSeason;
|
let lastCheckedSeason;
|
||||||
let minuteInterval = 0;
|
let minuteInterval = 0;
|
||||||
let secondInterval = 0;
|
let secondInterval = 0;
|
||||||
|
|
||||||
// List of the uploaded user's images
|
// List of the uploaded user's images
|
||||||
const userBackgrounds = {
|
const userBackgrounds = {
|
||||||
"autumn": [
|
"autumn": [
|
||||||
"DANGERD33-1",
|
"DANGERD33-1",
|
||||||
"InternetExplorer8-1", // 3837x2159
|
"InternetExplorer8-1", // 3837x2159
|
||||||
"maikee_bery-1",
|
"maikee_bery-1",
|
||||||
"MrsAverageMan-1",
|
"MrsAverageMan-1",
|
||||||
"MrsAverageMan-2",
|
"MrsAverageMan-2",
|
||||||
"OriginalForzaCoverArt-1",
|
"OriginalForzaCoverArt-1",
|
||||||
"SkylineSonata-1",
|
"SkylineSonata-1",
|
||||||
"ThroughJaysLens-1",
|
"ThroughJaysLens-1",
|
||||||
"Vadeel-1",
|
"Vadeel-1",
|
||||||
],
|
],
|
||||||
"spring": [
|
"spring": [
|
||||||
// "-MattyMcFly-1", // Not 1080p; 1252x724
|
// "-MattyMcFly-1", // Not 1080p; 1252x724
|
||||||
"And_Justice-1",
|
"And_Justice-1",
|
||||||
"AzudemK-1",
|
"AzudemK-1",
|
||||||
"Enzo03-1",
|
"Enzo03-1",
|
||||||
"flakgunna-1",
|
"flakgunna-1",
|
||||||
"flakgunna-2",
|
"flakgunna-2",
|
||||||
"OriginalForzaCoverArt-1",
|
"OriginalForzaCoverArt-1",
|
||||||
"Positivevibes845-1",
|
"Positivevibes845-1",
|
||||||
"Semyonov-1", // 1440p
|
"Semyonov-1", // 1440p
|
||||||
"slamdunk_12-1",
|
"slamdunk_12-1",
|
||||||
"xXMetalFlakeXx-1",
|
"xXMetalFlakeXx-1",
|
||||||
],
|
],
|
||||||
"summer": [
|
"summer": [
|
||||||
"MainlyGod-1",
|
"MainlyGod-1",
|
||||||
"OfficialForzaCoverArt-1",
|
"OfficialForzaCoverArt-1",
|
||||||
"Soovin-1",
|
"Soovin-1",
|
||||||
"WillPill_-1",
|
"WillPill_-1",
|
||||||
"WallHaven-10",
|
"WallHaven-10",
|
||||||
"WallHaven-11",
|
"WallHaven-11",
|
||||||
"WallHaven-12",
|
"WallHaven-12",
|
||||||
"WallHaven-13",
|
"WallHaven-13",
|
||||||
"WallHaven-14",
|
"WallHaven-14",
|
||||||
"WallHaven-15",
|
"WallHaven-15",
|
||||||
"WallHaven-16",
|
"WallHaven-16",
|
||||||
"WallHaven-17",
|
"WallHaven-17",
|
||||||
"WallHaven-18",
|
"WallHaven-18",
|
||||||
"WallHaven-19",
|
"WallHaven-19",
|
||||||
],
|
],
|
||||||
"winter": [
|
"winter": [
|
||||||
"ARCLab-1", // 4K
|
"ARCLab-1", // 4K
|
||||||
"CCXGT-1",
|
"CCXGT-1",
|
||||||
"CraazyGamerz-1",
|
"CraazyGamerz-1",
|
||||||
"DakarGelb-1",
|
"DakarGelb-1",
|
||||||
"flakgunna-1", // 2715x1121
|
"flakgunna-1", // 2715x1121
|
||||||
"kml--1",
|
"kml--1",
|
||||||
"LooniLuna-1",
|
"LooniLuna-1",
|
||||||
"maikee_bery-1",
|
"maikee_bery-1",
|
||||||
"naixu-1",
|
"naixu-1",
|
||||||
"OriginalForzaCoverArt-1",
|
"OriginalForzaCoverArt-1",
|
||||||
"parkel42-1",
|
"parkel42-1",
|
||||||
"parkel42-2",
|
"parkel42-2",
|
||||||
"sjoel92-1",
|
"sjoel92-1",
|
||||||
"StickManTwit-1",
|
"StickManTwit-1",
|
||||||
"ThatsJustLogic-1",
|
"ThatsJustLogic-1",
|
||||||
"TigerusTheReal-1",
|
"TigerusTheReal-1",
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user