mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
New Room Background Images (#403)
* -grey scaling bondage items -added background textures to milk can, wooden box, water cell * Greyscaling #2 grey scaled more items * More greyscaling -greyscaled most bondage items for color consistency -darkened/brightened some bondage items for color consistency -added new textures for wooden box, water tank and milk can * various corrections -changed bitchsuit to petsuit entirely -changed lowcage to kennel entirely -remove deaf effect from hoods -added locks to wooden box -added new small wooden box, also lockable -adjusted some of the names displayed in chat for certain items * Update Female3DCG.csv * reimplemented previous change after merge -see "various corrections" commit * Clean Up Removed changes unrelated to initial pull request: reverted: *changed Bitchsuit entries to Petsuit for consistency reverted: *changed LowCage entries to Kennel for consistency reverted: *removed deaf effect from hoods reverted: *adjusted some displayed names of items in chat rooms when used reverted: *added initial files for collar name tags I am working on currently unchanged: *changed wooden box to be buyable and lockable unchanged: *added new small wooden box, also buyable and lockable * small cleanup -fixed typo in Female3DCG.js -deleted unrelated image * -small fix -revert straitdress images to that of master branch * New background images -Added six new online room background images
This commit is contained in:
parent
c88b2b2ab8
commit
381e3a2ea0
14 changed files with 7 additions and 1 deletions
BondageClub
BIN
BondageClub/Backgrounds/AbandonedBuilding.jpg
Normal file
BIN
BondageClub/Backgrounds/AbandonedBuilding.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 445 KiB |
BIN
BondageClub/Backgrounds/AbandonedBuildingDark.jpg
Normal file
BIN
BondageClub/Backgrounds/AbandonedBuildingDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 300 KiB |
BIN
BondageClub/Backgrounds/Beach.jpg
Normal file
BIN
BondageClub/Backgrounds/Beach.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 423 KiB |
BIN
BondageClub/Backgrounds/BeachDark.jpg
Normal file
BIN
BondageClub/Backgrounds/BeachDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 265 KiB |
BIN
BondageClub/Backgrounds/DeepForest.jpg
Normal file
BIN
BondageClub/Backgrounds/DeepForest.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 648 KiB |
BIN
BondageClub/Backgrounds/DeepForestDark.jpg
Normal file
BIN
BondageClub/Backgrounds/DeepForestDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 411 KiB |
BIN
BondageClub/Backgrounds/ForestPath.jpg
Normal file
BIN
BondageClub/Backgrounds/ForestPath.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 641 KiB |
BIN
BondageClub/Backgrounds/ForestPathDark.jpg
Normal file
BIN
BondageClub/Backgrounds/ForestPathDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 413 KiB |
BIN
BondageClub/Backgrounds/PaddedCell2.jpg
Normal file
BIN
BondageClub/Backgrounds/PaddedCell2.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 131 KiB |
BIN
BondageClub/Backgrounds/PaddedCell2Dark.jpg
Normal file
BIN
BondageClub/Backgrounds/PaddedCell2Dark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 91 KiB |
BIN
BondageClub/Backgrounds/SpookyForest.jpg
Normal file
BIN
BondageClub/Backgrounds/SpookyForest.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 225 KiB |
BIN
BondageClub/Backgrounds/SpookyForestDark.jpg
Normal file
BIN
BondageClub/Backgrounds/SpookyForestDark.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 142 KiB |
|
@ -27,6 +27,12 @@ ParkNight,Park Night
|
|||
ChillRoom,Chill Room
|
||||
Boudoir,Boudoir
|
||||
BondageBedChamber,Bondage Bedchamber
|
||||
Beach,Beach
|
||||
ForestPath,Forest Path
|
||||
DeepForest,Deep Forest
|
||||
SpookyForest,Spooky Forest
|
||||
AbandonedBuilding,Abandoned Building
|
||||
PaddedCell2,Padded Cell 2
|
||||
RoomSize,"Room maximum size, from 2 to 10 members"
|
||||
Create,Create
|
||||
Cancel,Cancel
|
||||
|
|
|
|
@ -174,7 +174,7 @@ function MainHallClick() {
|
|||
ChatRoomSpace = "";
|
||||
ChatSearchBackground = "IntroductionDark";
|
||||
ChatSearchLeaveRoom = "MainHall";
|
||||
ChatCreateBackgroundList = ["Introduction", "KidnapLeague", "MaidQuarters", "MainHall", "Management", "Private", "Shibari", "Bedroom", "HorseStable", "Nursery", "PrisonHall", "BDSMRoomBlue", "BDSMRoomPurple", "BDSMRoomRed", "Gardens", "IndoorPool", "OutdoorPool", "MaidCafe", "PublicBath", "ParkDay", "ParkNight", "ChillRoom", "Boudoir", "BondageBedChamber"];
|
||||
ChatCreateBackgroundList = ["Introduction", "KidnapLeague", "MaidQuarters", "MainHall", "Management", "Private", "Shibari", "Bedroom", "HorseStable", "Nursery", "PrisonHall", "BDSMRoomBlue", "BDSMRoomPurple", "BDSMRoomRed", "Gardens", "IndoorPool", "OutdoorPool", "MaidCafe", "PublicBath", "ParkDay", "ParkNight", "ChillRoom", "Boudoir", "BondageBedChamber", "Beach", "ForestPath", "DeepForest", "SpookyForest", "AbandonedBuilding", "PaddedCell2" ];
|
||||
CommonSetScreen("Online", "ChatSearch");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue