mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Wedding Backgrounds
Wedding Backgrounds
This commit is contained in:
parent
568e65e556
commit
81772c5e40
8 changed files with 19 additions and 14 deletions
BondageClub
BIN
BondageClub/Backgrounds/WeddingArch.jpg
Normal file
BIN
BondageClub/Backgrounds/WeddingArch.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 302 KiB |
BIN
BondageClub/Backgrounds/WeddingArchDark.jpg
Normal file
BIN
BondageClub/Backgrounds/WeddingArchDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 205 KiB |
BIN
BondageClub/Backgrounds/WeddingBeach.jpg
Normal file
BIN
BondageClub/Backgrounds/WeddingBeach.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 231 KiB |
BIN
BondageClub/Backgrounds/WeddingBeachDark.jpg
Normal file
BIN
BondageClub/Backgrounds/WeddingBeachDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 151 KiB |
BIN
BondageClub/Backgrounds/WeddingRoom.jpg
Normal file
BIN
BondageClub/Backgrounds/WeddingRoom.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 246 KiB |
BIN
BondageClub/Backgrounds/WeddingRoomDark.jpg
Normal file
BIN
BondageClub/Backgrounds/WeddingRoomDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 166 KiB |
|
@ -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
|
||||
|
|
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue