mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +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;
|
backgrounds[1].stage = season;
|
||||||
|
|
||||||
switch (memory.season) {
|
switch (memory.season) {
|
||||||
|
|
||||||
|
case 9:
|
||||||
|
contentpages.lobby.backgroundimage = "";
|
||||||
|
contentpages.lobby.stage = "default";
|
||||||
|
break;
|
||||||
|
|
||||||
case 10:
|
case 10:
|
||||||
backgrounds[0].stage = "seasonx";
|
backgrounds[0].stage = "seasonx";
|
||||||
backgrounds[1].stage = "seasonx";
|
backgrounds[1].stage = "seasonx";
|
||||||
@@ -302,10 +308,19 @@ function getContentPages(req) {
|
|||||||
|
|
||||||
switch (memory.build) {
|
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.31:
|
||||||
case 11.40:
|
case 11.40:
|
||||||
backgrounds[0].stage = "Winter19";
|
backgrounds[0].stage = "winter19";
|
||||||
backgrounds[1].stage = "Winter19";
|
backgrounds[1].stage = "winter19";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 19.01:
|
case 19.01:
|
||||||
|
|||||||
Reference in New Issue
Block a user