mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 10:52:23 +01:00
9.30 Summer Lobby Background
and 11.10 Fortnitemares background
This commit is contained in:
@@ -256,6 +256,12 @@ function getContentPages(req) {
|
||||
backgrounds[1].stage = season;
|
||||
|
||||
switch (memory.season) {
|
||||
|
||||
case 9:
|
||||
contentpages.lobby.backgroundimage = "";
|
||||
contentpages.lobby.stage = "default";
|
||||
break;
|
||||
|
||||
case 10:
|
||||
backgrounds[0].stage = "seasonx";
|
||||
backgrounds[1].stage = "seasonx";
|
||||
@@ -302,10 +308,19 @@ function getContentPages(req) {
|
||||
|
||||
switch (memory.build) {
|
||||
|
||||
case 9.30:
|
||||
contentpages.lobby.stage = "summer";
|
||||
break;
|
||||
|
||||
case 11.10:
|
||||
backgrounds[0].stage = "fortnitemares";
|
||||
backgrounds[1].stage = "fortnitemares";
|
||||
break;
|
||||
|
||||
case 11.31:
|
||||
case 11.40:
|
||||
backgrounds[0].stage = "Winter19";
|
||||
backgrounds[1].stage = "Winter19";
|
||||
backgrounds[0].stage = "winter19";
|
||||
backgrounds[1].stage = "winter19";
|
||||
break;
|
||||
|
||||
case 19.01:
|
||||
|
||||
Reference in New Issue
Block a user