mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
More Online Backgrounds + Appearance Kickout Fix
More Online Backgrounds + Appearance Kickout Fix
This commit is contained in:
parent
a6ccc524a8
commit
2bcc72d653
15 changed files with 2 additions and 4 deletions
BIN
BondageClub/Backgrounds/BDSMRoomBlue.jpg
Normal file
BIN
BondageClub/Backgrounds/BDSMRoomBlue.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 342 KiB |
BIN
BondageClub/Backgrounds/BDSMRoomBlueDark.jpg
Normal file
BIN
BondageClub/Backgrounds/BDSMRoomBlueDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 223 KiB |
BIN
BondageClub/Backgrounds/BDSMRoomPurple.jpg
Normal file
BIN
BondageClub/Backgrounds/BDSMRoomPurple.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 275 KiB |
BIN
BondageClub/Backgrounds/BDSMRoomPurpleDark.jpg
Normal file
BIN
BondageClub/Backgrounds/BDSMRoomPurpleDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 200 KiB |
BIN
BondageClub/Backgrounds/BDSMRoomRed.jpg
Normal file
BIN
BondageClub/Backgrounds/BDSMRoomRed.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 314 KiB |
BIN
BondageClub/Backgrounds/BDSMRoomRedDark.jpg
Normal file
BIN
BondageClub/Backgrounds/BDSMRoomRedDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 223 KiB |
BIN
BondageClub/Backgrounds/Bedroom.jpg
Normal file
BIN
BondageClub/Backgrounds/Bedroom.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 152 KiB |
BIN
BondageClub/Backgrounds/BedroomDark.jpg
Normal file
BIN
BondageClub/Backgrounds/BedroomDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 99 KiB |
BIN
BondageClub/Backgrounds/PaddedCell.jpg
Normal file
BIN
BondageClub/Backgrounds/PaddedCell.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 106 KiB |
BIN
BondageClub/Backgrounds/PaddedCellDark.jpg
Normal file
BIN
BondageClub/Backgrounds/PaddedCellDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 72 KiB |
BIN
BondageClub/Backgrounds/PrisonHall.jpg
Normal file
BIN
BondageClub/Backgrounds/PrisonHall.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 353 KiB |
BIN
BondageClub/Backgrounds/PrisonHallDark.jpg
Normal file
BIN
BondageClub/Backgrounds/PrisonHallDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 217 KiB |
|
@ -4,7 +4,7 @@ var ChatCreateResult = [];
|
|||
var ChatCreateMessage = "";
|
||||
var ChatCreatePrivate = false;
|
||||
var ChatCreateBackgroundSelect = "Introduction";
|
||||
var ChatCreateBackgroundList = ["Introduction", "KidnapLeague", "MaidQuarters", "MainHall", "Management", "Private", "Shibari"];
|
||||
var ChatCreateBackgroundList = ["Introduction", "KidnapLeague", "MaidQuarters", "MainHall", "Management", "Private", "Shibari", "Bedroom", "HorseStable", "Nursery", "PrisonHall", "PaddedCell", "BDSMRoomBlue", "BDSMRoomPurple", "BDSMRoomRed"];
|
||||
|
||||
// When the chat screens loads, we loads up to 24 public rooms
|
||||
function ChatCreateLoad() {
|
||||
|
|
|
@ -275,7 +275,7 @@ function ChatRoomSync(data) {
|
|||
if ((data != null) && (typeof data === "object") && (data.Name != null)) {
|
||||
|
||||
// Load the room
|
||||
if (CurrentScreen != "ChatRoom") CommonSetScreen("Online", "ChatRoom");
|
||||
if ((CurrentScreen != "ChatRoom") && (CurrentScreen != "Appearance")) CommonSetScreen("Online", "ChatRoom");
|
||||
|
||||
// Load the characters
|
||||
ChatRoomCharacter = [];
|
||||
|
|
|
@ -96,7 +96,6 @@
|
|||
/*
|
||||
|
||||
TO DO
|
||||
Chat kicks you out from wardrobe and wardrobe doesn't update on the spot
|
||||
Allow color selection when applying item
|
||||
Give each player a unique number and show it to prevent impersonation
|
||||
Permission system for online interactions (whitelist/blacklist) -
|
||||
|
@ -108,7 +107,6 @@
|
|||
4 - Owner only
|
||||
5 - Nobody
|
||||
Redesign www.bondageprojects.com for club and Discord
|
||||
Add more backgrounds in multiplayer chat
|
||||
Patreon import
|
||||
|
||||
MAYBE
|
||||
|
|
Loading…
Add table
Reference in a new issue