Wedding Backgrounds

Wedding Backgrounds
This commit is contained in:
Ben987 2020-02-14 00:23:17 -05:00
parent 568e65e556
commit 81772c5e40
8 changed files with 19 additions and 14 deletions

Binary file not shown.

After

(image error) Size: 302 KiB

Binary file not shown.

After

(image error) Size: 205 KiB

Binary file not shown.

After

(image error) Size: 231 KiB

Binary file not shown.

After

(image error) Size: 151 KiB

Binary file not shown.

After

(image error) Size: 246 KiB

Binary file not shown.

After

(image error) Size: 166 KiB

View file

@ -162,6 +162,9 @@ VaultCorridor,,,Vault Corridor
AncientRuins,,,Ancient Ruins
JungleTemple,,,Jungle Temple
CeremonialVenue,,,Ceremony Venue
WeddingRoom,,,Wedding Room
WeddingArch,,,Wedding Arch
WeddingBeach,,,Wedding Beach
WitchWood,,,Witch Wood
ParkWinter,,,Park Winter
XmasEve,,,Xmas Eve Lounge

1 SelectItem Select an item to use.
162 AncientRuins Ancient Ruins
163 JungleTemple Jungle Temple
164 CeremonialVenue Ceremony Venue
165 WeddingRoom Wedding Room
166 WeddingArch Wedding Arch
167 WeddingBeach Wedding Beach
168 WitchWood Witch Wood
169 ParkWinter Park Winter
170 XmasEve Xmas Eve Lounge

View file

@ -187,20 +187,22 @@ function MainHallClick() {
ChatRoomSpace = "";
ChatSearchBackground = "IntroductionDark";
ChatSearchLeaveRoom = "MainHall";
ChatCreateBackgroundList = ["Introduction", "KidnapLeague", "MaidQuarters", "MainHall", "Management", "Private", "Shibari", "MaidCafe", "HorseStable", "Nursery", "PrisonHall", "Bedroom",
"BDSMRoomBlue", "BDSMRoomPurple", "BDSMRoomRed", "BondageBedChamber",
"ParkDay", "ParkNight", "Gardens", "CeremonialVenue", "ParkWinter", "XmasEve", "XmasDay", "StreetNight", "SnowyStreet",
"IndoorPool", "OutdoorPool", "PublicBath", "Beach", "PirateIsland", "PirateIslandNight",
"SheikhPrivate", "SheikhTent",
"ForestPath", "DeepForest", "SpookyForest", "WitchWood",
"ThroneRoom", "SecretChamber", "Dungeon", "DungeonRuin",
"AncientRuins", "JungleTemple", "SunTemple",
"AlchemistOffice",
"HellEntrance",
"SlumRuins", "SlumApartment", "AbandonedBuilding", "Industrial", "BackAlley",
"VaultCorridor",
"BarRestaurant", "ChillRoom", "Boudoir", "CozyLivingRoom", "RooftopParty", "CosyChalet", "BalconyNight"
];
ChatCreateBackgroundList = [
"Introduction", "KidnapLeague", "MaidQuarters", "MainHall", "Management", "Private", "Shibari", "MaidCafe", "HorseStable", "Nursery", "PrisonHall", "Bedroom",
"BDSMRoomBlue", "BDSMRoomPurple", "BDSMRoomRed", "BondageBedChamber",
"CeremonialVenue", "WeddingRoom", "WeddingArch", "WeddingBeach",
"ParkDay", "ParkNight", "Gardens", "ParkWinter", "XmasEve", "XmasDay", "StreetNight", "SnowyStreet",
"IndoorPool", "OutdoorPool", "PublicBath", "Beach", "PirateIsland", "PirateIslandNight",
"SheikhPrivate", "SheikhTent",
"ForestPath", "DeepForest", "SpookyForest", "WitchWood",
"ThroneRoom", "SecretChamber", "Dungeon", "DungeonRuin",
"AncientRuins", "JungleTemple", "SunTemple",
"AlchemistOffice",
"HellEntrance",
"SlumRuins", "SlumApartment", "AbandonedBuilding", "Industrial", "BackAlley",
"VaultCorridor",
"BarRestaurant", "ChillRoom", "Boudoir", "CozyLivingRoom", "RooftopParty", "CosyChalet", "BalconyNight"
];
CommonSetScreen("Online", "ChatSearch");
}