Changed menu that dialogues can be opened too; added random chat

This commit is contained in:
Torsten Schulz
2025-07-17 16:52:11 +02:00
parent 89cf12a7a8
commit 6062570fe8
5 changed files with 415 additions and 251 deletions

View File

@@ -78,15 +78,21 @@ const menuStructure = {
children: {
multiChat: {
visible: ["over12"],
action: "openMultiChat"
action: "openMultiChat",
view: "window",
class: "multiChatWindow"
},
randomChat: {
visible: ["over12"],
action: "openRanomChat"
action: "openRanomChat",
view: "window",
class: "randomChatDialog"
},
eroticChat: {
visible: ["over18"],
action: "openEroticChat"
action: "openEroticChat",
view: "window",
class: "eroticChatWindow"
}
}
},