@mml-io/3d-web-experience-client 0.24.2 → 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/build/Networked3dWebExperienceClient.d.ts +4 -0
  2. package/build/Networked3dWebExperienceClient.d.ts.map +1 -0
  3. package/build/avatar-selection-ui/AvatarSelectionUI.d.ts +1 -0
  4. package/build/avatar-selection-ui/AvatarSelectionUI.d.ts.map +1 -0
  5. package/build/avatar-selection-ui/AvatarType.d.ts +1 -0
  6. package/build/avatar-selection-ui/AvatarType.d.ts.map +1 -0
  7. package/build/avatar-selection-ui/components/AvatarPanel/AvatarSectionUIComponent.d.ts +1 -0
  8. package/build/avatar-selection-ui/components/AvatarPanel/AvatarSectionUIComponent.d.ts.map +1 -0
  9. package/build/avatar-selection-ui/index.d.ts +1 -0
  10. package/build/avatar-selection-ui/index.d.ts.map +1 -0
  11. package/build/chat-ui/TextChatUI.d.ts +1 -0
  12. package/build/chat-ui/TextChatUI.d.ts.map +1 -0
  13. package/build/chat-ui/components/ChatPanel/TextChatUIComponent.d.ts +1 -0
  14. package/build/chat-ui/components/ChatPanel/TextChatUIComponent.d.ts.map +1 -0
  15. package/build/chat-ui/components/Input/InputBox.d.ts +1 -0
  16. package/build/chat-ui/components/Input/InputBox.d.ts.map +1 -0
  17. package/build/chat-ui/components/Message/Message.d.ts +1 -0
  18. package/build/chat-ui/components/Message/Message.d.ts.map +1 -0
  19. package/build/chat-ui/components/Messages/Messages.d.ts +1 -0
  20. package/build/chat-ui/components/Messages/Messages.d.ts.map +1 -0
  21. package/build/chat-ui/helpers.d.ts +1 -0
  22. package/build/chat-ui/helpers.d.ts.map +1 -0
  23. package/build/chat-ui/index.d.ts +1 -0
  24. package/build/chat-ui/index.d.ts.map +1 -0
  25. package/build/index.css +104 -104
  26. package/build/index.css.map +1 -1
  27. package/build/index.d.ts +1 -0
  28. package/build/index.d.ts.map +1 -0
  29. package/build/index.js +89 -76
  30. package/build/index.js.map +2 -2
  31. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["esbuild-css-modules-plugin-ns-css:src/avatar-selection-ui/components/AvatarPanel/AvatarSelectionUIComponent.module.css", "esbuild-css-modules-plugin-ns-css:src/chat-ui/components/Input/InputBox.module.css", "esbuild-css-modules-plugin-ns-css:src/chat-ui/components/Message/Message.module.css", "esbuild-css-modules-plugin-ns-css:src/chat-ui/components/Messages/Messages.module.css", "esbuild-css-modules-plugin-ns-css:src/chat-ui/components/ChatPanel/TextChatUIComponent.module.css", "esbuild-css-modules-plugin-ns-css:src/Networked3dWebExperience.module.css"],
4
- "sourcesContent": [".AvatarSelectionUIComponent-module__menuButton_VjZ7cq__0242 {\n z-index: 102;\n user-select: none;\n width: 70px;\n min-height: 70px;\n position: absolute;\n top: 0;\n right: 0;\n}\n\n.AvatarSelectionUIComponent-module__input_VjZ7cq__0242 {\n color: #fff;\n backdrop-filter: blur(10px);\n background-color: #0006;\n border: 1px solid #fff3;\n border-radius: 8px;\n outline: none;\n flex: 1;\n margin-right: 6px;\n padding: 6px 8px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n font-size: 14px;\n font-weight: 400;\n transition: all .2s ease-in-out;\n}\n\n.AvatarSelectionUIComponent-module__input_VjZ7cq__0242:focus {\n background-color: #0009;\n border-color: #fff6;\n box-shadow: 0 0 0 3px #ffffff26;\n}\n\n.AvatarSelectionUIComponent-module__input_VjZ7cq__0242::placeholder {\n color: #ffffff80;\n}\n\n.AvatarSelectionUIComponent-module__closeButton_VjZ7cq__0242 {\n backdrop-filter: blur(10px);\n color: #fffc;\n cursor: pointer;\n user-select: none;\n background: #0009;\n border: 1px solid #fff3;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n width: 44px;\n height: 44px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n font-size: 16px;\n font-weight: 500;\n transition: all .2s ease-in-out;\n display: flex;\n position: absolute;\n top: 8px;\n right: 8px;\n}\n\n.AvatarSelectionUIComponent-module__closeButton_VjZ7cq__0242:hover {\n color: #ffffffe6;\n background: #000c;\n transform: scale(1.05);\n}\n\n.AvatarSelectionUIComponent-module__closeButton_VjZ7cq__0242:active {\n transform: scale(.95);\n}\n\n.AvatarSelectionUIComponent-module__openTab_VjZ7cq__0242 {\n backdrop-filter: blur(10px);\n cursor: pointer;\n user-select: none;\n background: #0009;\n border: 1px solid #fff3;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n width: 44px;\n height: 44px;\n transition: all .2s ease-in-out;\n display: flex;\n position: absolute;\n top: 8px;\n right: 8px;\n}\n\n.AvatarSelectionUIComponent-module__openTab_VjZ7cq__0242:hover {\n background: #000c;\n transform: scale(1.05);\n}\n\n.AvatarSelectionUIComponent-module__openTab_VjZ7cq__0242:active {\n transform: scale(.95);\n}\n\n.AvatarSelectionUIComponent-module__openTab_VjZ7cq__0242 img {\n filter: invert(80%);\n width: 24px;\n height: 24px;\n transition: all .2s ease-in-out;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0242 {\n backdrop-filter: blur(20px);\n z-index: 103;\n user-select: none;\n background: #000000bf;\n border: 1px solid #fff3;\n border-radius: 16px;\n width: 400px;\n max-width: 78vw;\n max-height: calc(100vh - 24px);\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n position: absolute;\n top: 8px;\n right: 60px;\n overflow: hidden auto;\n box-shadow: 0 8px 32px #0006, 0 0 0 1px #ffffff1a;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0242::-webkit-scrollbar {\n width: 8px;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0242::-webkit-scrollbar-track {\n background: none;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0242::-webkit-scrollbar-thumb {\n background: #fff3;\n border: 1px solid #ffffff1a;\n border-radius: 4px;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0242::-webkit-scrollbar-thumb:hover {\n background: #ffffff4d;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionSection_VjZ7cq__0242 {\n border-bottom: 1px solid #ffffff26;\n padding: 10px;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionSection_VjZ7cq__0242:last-child {\n border-bottom: none;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0242 {\n background: #0000004d;\n border: 1px solid #ffffff26;\n border-radius: 12px;\n grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));\n gap: 8px;\n max-height: 320px;\n padding: 10px;\n display: grid;\n overflow: hidden auto;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0242::-webkit-scrollbar {\n width: 6px;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0242::-webkit-scrollbar-track {\n background: none;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0242::-webkit-scrollbar-thumb {\n background: #ffffff26;\n border-radius: 3px;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiHeader_VjZ7cq__0242 {\n color: #ffffffe6;\n text-align: center;\n font-weight: 600;\n position: relative;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiCloseButton_VjZ7cq__0242 {\n position: absolute;\n top: 20px;\n right: 20px;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0242 {\n color: #ffffffe6;\n text-align: center;\n cursor: pointer;\n border-radius: 8px;\n padding: 4px;\n transition: all .2s ease-in-out;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0242:hover {\n background: #0000004d;\n transform: translateY(-2px);\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImgContainer_VjZ7cq__0242 {\n border-radius: 8px;\n position: relative;\n overflow: hidden;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionNoImage_VjZ7cq__0242 {\n aspect-ratio: 1;\n box-sizing: border-box;\n background: #0003;\n border: 1px solid #ffffff26;\n border-radius: 8px;\n justify-content: center;\n align-items: center;\n width: 100%;\n display: flex;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionNoImage_VjZ7cq__0242 img {\n filter: invert(70%);\n opacity: .7;\n width: 40%;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0242 p {\n text-overflow: ellipsis;\n white-space: nowrap;\n color: #fffc;\n margin: 4px 0 0;\n font-size: 12px;\n font-weight: 500;\n position: relative;\n overflow: hidden;\n}\n\n.AvatarSelectionUIComponent-module__tooltipText_VjZ7cq__0242 {\n pointer-events: none;\n z-index: 1000;\n color: #ffffffe6;\n backdrop-filter: blur(10px);\n opacity: 0;\n visibility: hidden;\n white-space: nowrap;\n background: #000c;\n border-radius: 8px;\n margin-bottom: 4px;\n padding: 4px 6px;\n font-size: 12px;\n font-weight: 500;\n transition: opacity .2s ease-in-out;\n position: absolute;\n bottom: 100%;\n left: 50%;\n transform: translateX(-50%);\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0242 p:hover + .AvatarSelectionUIComponent-module__tooltipText_VjZ7cq__0242 {\n opacity: 1;\n visibility: visible;\n transition-delay: .5s;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImgContainer_VjZ7cq__0242 .AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImage_VjZ7cq__0242 {\n aspect-ratio: 1;\n border-radius: 8px;\n width: 100%;\n transition: all .2s ease-in-out;\n}\n\n.AvatarSelectionUIComponent-module__selectedPill_VjZ7cq__0242 {\n color: #fff;\n backdrop-filter: blur(10px);\n background: linear-gradient(135deg, #22c55e, #16a34a);\n border: 1px solid #fff3;\n border-radius: 6px;\n padding: 2px 4px;\n font-size: 11px;\n font-weight: 600;\n box-shadow: 0 2px 4px #0003;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImgContainer_VjZ7cq__0242 .AvatarSelectionUIComponent-module__selectedPill_VjZ7cq__0242 {\n z-index: 2;\n position: absolute;\n top: 4px;\n right: 4px;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0242 img:hover {\n opacity: .8;\n transform: scale(1.05);\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 {\n color: #ffffffe6;\n border-bottom: 1px solid #ffffff26;\n padding: 10px;\n position: relative;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242:last-child {\n border-bottom: none;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 .AvatarSelectionUIComponent-module__radioGroup_VjZ7cq__0242 {\n flex-wrap: wrap;\n align-items: center;\n gap: 4px;\n margin-bottom: 8px;\n display: flex;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 .AvatarSelectionUIComponent-module__radioItem_VjZ7cq__0242 {\n white-space: nowrap;\n align-items: center;\n gap: 3px;\n margin-right: 6px;\n display: flex;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 label {\n color: #fffc;\n cursor: pointer;\n margin: 0;\n font-size: 14px;\n font-weight: 500;\n transition: color .2s ease-in-out;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 label:hover {\n color: #fff;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 input[type=\"radio\"] {\n appearance: none;\n cursor: pointer;\n background: none;\n border: 2px solid #ffffff4d;\n border-radius: 50%;\n outline: none;\n width: 18px;\n height: 18px;\n transition: all .2s ease-in-out;\n position: relative;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 input[type=\"radio\"]:hover {\n border-color: #ffffff80;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 input[type=\"radio\"]:focus {\n box-shadow: 0 0 0 3px #ffffff1a;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 input[type=\"radio\"]:checked {\n background: #ffffff1a;\n border-color: #fffc;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 input[type=\"radio\"]:checked:after {\n content: \"\";\n background: #ffffffe6;\n border-radius: 50%;\n width: 8px;\n height: 8px;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 input[type=\"radio\"][disabled] {\n opacity: .4;\n cursor: not-allowed;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarInputSection_VjZ7cq__0242 {\n align-items: stretch;\n display: flex;\n}\n\n.AvatarSelectionUIComponent-module__setButton_VjZ7cq__0242 {\n color: #ffffffe6;\n backdrop-filter: blur(10px);\n cursor: pointer;\n background: linear-gradient(135deg, #0009, #0006);\n border: 1px solid #fff3;\n border-radius: 8px;\n justify-content: center;\n align-items: center;\n height: 44px;\n padding-left: 16px;\n padding-right: 16px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n font-size: 14px;\n font-weight: 500;\n transition: all .2s ease-in-out;\n display: flex;\n}\n\n.AvatarSelectionUIComponent-module__setButton_VjZ7cq__0242:hover:not(:disabled) {\n background: linear-gradient(135deg, #000c, #0009);\n border-color: #ffffff4d;\n transform: translateY(-1px);\n box-shadow: 0 4px 8px #0000004d;\n}\n\n.AvatarSelectionUIComponent-module__setButton_VjZ7cq__0242:active:not(:disabled) {\n transform: translateY(0);\n box-shadow: 0 2px 4px #0003;\n}\n\n.AvatarSelectionUIComponent-module__setButton_VjZ7cq__0242:disabled {\n opacity: .5;\n cursor: not-allowed;\n transform: none;\n}\n\n.AvatarSelectionUIComponent-module__sectionHeading_VjZ7cq__0242 {\n color: #ffffffe6;\n letter-spacing: -.01em;\n margin-bottom: 8px;\n font-size: 18px;\n font-weight: 600;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 .AvatarSelectionUIComponent-module__selectedPill_VjZ7cq__0242 {\n margin-left: 8px;\n position: relative;\n top: -2px;\n}\n\n.AvatarSelectionUIComponent-module__displayNameSection_VjZ7cq__0242 {\n color: #ffffffe6;\n border-bottom: 1px solid #ffffff26;\n padding: 10px;\n position: relative;\n}\n\n.AvatarSelectionUIComponent-module__displayNameInputSection_VjZ7cq__0242 {\n align-items: stretch;\n display: flex;\n}\n", ".InputBox-module__inputWrapper_adOgOW__0242 {\n pointer-events: all;\n align-items: stretch;\n gap: 6px;\n display: flex;\n}\n\n.InputBox-module__chatInput_adOgOW__0242 {\n color: #fff;\n backdrop-filter: blur(10px);\n box-sizing: border-box;\n background: #0006;\n border: 1px solid #fff3;\n border-radius: 8px;\n outline: none;\n flex: 1;\n height: 36px;\n padding: 0 8px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n font-size: 14px;\n font-weight: 400;\n transition: all .2s ease-in-out;\n}\n\n.InputBox-module__chatInput_adOgOW__0242:focus {\n background: #0009;\n border-color: #fff6;\n box-shadow: 0 0 0 3px #ffffff26;\n}\n\n.InputBox-module__chatInput_adOgOW__0242::placeholder {\n color: #ffffff80;\n}\n\n.InputBox-module__sendButton_adOgOW__0242 {\n color: #ffffffe6;\n backdrop-filter: blur(10px);\n cursor: pointer;\n background: linear-gradient(135deg, #0009, #0006);\n border: 1px solid #fff3;\n border-radius: 8px;\n outline: none;\n justify-content: center;\n align-items: center;\n width: 36px;\n height: 36px;\n transition: all .2s ease-in-out;\n display: flex;\n}\n\n.InputBox-module__sendButton_adOgOW__0242:hover {\n background: linear-gradient(135deg, #000c, #0009);\n border-color: #ffffff4d;\n transform: translateY(-1px);\n box-shadow: 0 4px 8px #0000004d;\n}\n\n.InputBox-module__sendButton_adOgOW__0242:active {\n transform: translateY(0);\n box-shadow: 0 2px 4px #0003;\n}\n\n.InputBox-module__sendButton_adOgOW__0242 .InputBox-module__svgIcon_adOgOW__0242 img {\n filter: invert(80%);\n width: 18px;\n height: 18px;\n transition: all .2s ease-in-out;\n}\n\n.InputBox-module__sendButton_adOgOW__0242:hover .InputBox-module__svgIcon_adOgOW__0242 img {\n filter: invert(90%);\n}\n", ".Message-module__messageContainer_ikOQiq__0242 {\n backdrop-filter: blur(8px);\n word-break: break-word;\n color: #ffffffe6;\n direction: ltr;\n background: #0000004d;\n border: 1px solid #fff3;\n border-radius: 8px;\n width: fit-content;\n margin: 6px auto 6px 2px;\n padding: 4px 8px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n font-size: 14px;\n transition: all .2s ease-in-out;\n overflow-x: hidden;\n}\n\n.Message-module__messageContainer_ikOQiq__0242:hover {\n background: #0006;\n border-color: #ffffff4d;\n}\n\n.Message-module__userName_ikOQiq__0242 {\n color: #ffffffe6;\n margin-right: 4px;\n font-weight: 600;\n}\n", ".Messages-module__messagesContainer_LXaUUW__0242 {\n z-index: 1000;\n max-height: inherit;\n scrollbar-width: thin;\n scrollbar-color: #fff3 transparent;\n pointer-events: fill;\n direction: rtl;\n position: relative;\n bottom: 0;\n left: -1px;\n overflow-y: auto;\n}\n\n.Messages-module__messagesContainer_LXaUUW__0242::-webkit-scrollbar {\n width: 6px;\n}\n\n.Messages-module__messagesContainer_LXaUUW__0242::-webkit-scrollbar-track {\n background: none;\n}\n\n.Messages-module__messagesContainer_LXaUUW__0242::-webkit-scrollbar-thumb {\n background: #fff3;\n border: 1px solid #ffffff1a;\n border-radius: 3px;\n}\n\n.Messages-module__messagesContainer_LXaUUW__0242::-webkit-scrollbar-thumb:hover {\n background: #ffffff4d;\n}\n\n.Messages-module__newMessagesButton_LXaUUW__0242 {\n -webkit-backdrop-filter: blur(10px);\n color: #fff;\n cursor: pointer;\n z-index: 1001;\n direction: ltr;\n background: #000000bf;\n border: 1px solid #fff3;\n border-radius: 20px;\n padding: 8px 16px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;\n font-size: 14px;\n font-weight: 500;\n transition: all .2s;\n position: absolute;\n bottom: 50px;\n left: 50%;\n transform: translateX(-50%);\n box-shadow: 0 4px 12px #0000004d;\n}\n\n.Messages-module__newMessagesButton_LXaUUW__0242:hover {\n background: #000000d9;\n border-color: #ffffff4d;\n transform: translateX(-50%)translateY(-2px);\n box-shadow: 0 6px 16px #0006;\n}\n\n.Messages-module__newMessagesButton_LXaUUW__0242:active {\n transform: translateX(-50%)translateY(0);\n box-shadow: 0 2px 8px #0000004d;\n}\n", ".TextChatUIComponent-module__uiHover_gFDdcW__0242 {\n z-index: 102;\n pointer-events: all;\n width: 58px;\n min-height: 58px;\n position: absolute;\n bottom: 0;\n left: 0;\n}\n\n.TextChatUIComponent-module__textChatUi_gFDdcW__0242 {\n flex-direction: row;\n align-items: flex-end;\n width: 100%;\n max-width: 500px;\n height: 0;\n display: flex;\n position: absolute;\n bottom: 0;\n left: 0;\n}\n\n.TextChatUIComponent-module__textChat_gFDdcW__0242 {\n z-index: -1;\n color: #fff;\n user-select: none;\n opacity: 0;\n flex-direction: column;\n justify-content: space-between;\n width: 100%;\n max-height: 500px;\n margin-bottom: 8px;\n margin-left: 60px;\n padding: 5px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n transition: opacity .25s ease-in-out, transform .2s ease-in-out;\n display: flex;\n transform: translateX(-100%);\n}\n\n.TextChatUIComponent-module__fadeIn_gFDdcW__0242 {\n opacity: 1;\n transform: translateX(0%);\n}\n\n.TextChatUIComponent-module__fadeOut_gFDdcW__0242 {\n opacity: .6;\n transform: translateX(calc(-100% - 72px));\n}\n\n.TextChatUIComponent-module__controls_gFDdcW__0242 {\n position: absolute;\n top: 2px;\n right: 0;\n}\n\n.TextChatUIComponent-module__openTab_gFDdcW__0242 {\n backdrop-filter: blur(10px);\n cursor: pointer;\n z-index: 102;\n user-select: none;\n background: #0009;\n border: 1px solid #fff3;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n width: 44px;\n height: 44px;\n transition: all .2s ease-in-out;\n display: flex;\n position: absolute;\n bottom: 8px;\n left: 8px;\n}\n\n.TextChatUIComponent-module__openTab_gFDdcW__0242:hover {\n background: #000c;\n border-color: #ffffff4d;\n transform: scale(1.05);\n}\n\n.TextChatUIComponent-module__openTab_gFDdcW__0242:active {\n transform: scale(.95);\n}\n\n.TextChatUIComponent-module__openTab_gFDdcW__0242 img {\n filter: invert(80%);\n width: 24px;\n height: 24px;\n transition: all .2s ease-in-out;\n}\n\n.TextChatUIComponent-module__stickyButton_gFDdcW__0242 {\n z-index: 103;\n backdrop-filter: blur(10px);\n cursor: pointer;\n user-select: none;\n opacity: 1;\n background: #0009;\n border: 1px solid #fff3;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n width: 24px;\n height: 24px;\n transition: all .2s ease-in-out;\n display: flex;\n position: absolute;\n bottom: 38px;\n left: 38px;\n}\n\n.TextChatUIComponent-module__stickyButton_gFDdcW__0242:hover {\n background: #000c;\n border-color: #ffffff4d;\n transform: scale(1.05);\n}\n\n.TextChatUIComponent-module__stickyButtonFadeOut_gFDdcW__0242 {\n z-index: 103;\n backdrop-filter: blur(10px);\n cursor: pointer;\n user-select: none;\n opacity: 0;\n pointer-events: none;\n background: #0009;\n border: 1px solid #fff3;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n width: 24px;\n height: 24px;\n transition: all .2s ease-in-out;\n display: flex;\n position: absolute;\n bottom: 42px;\n left: 42px;\n}\n\n.TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0242 {\n z-index: 103;\n backdrop-filter: blur(10px);\n cursor: pointer;\n user-select: none;\n background: #000c;\n border: 1px solid #22c55e99;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n width: 24px;\n height: 24px;\n transition: all .2s ease-in-out;\n display: flex;\n position: absolute;\n bottom: 42px;\n left: 42px;\n box-shadow: 0 0 8px #22c55e4d;\n}\n\n.TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0242:hover {\n border-color: #22c55ecc;\n transform: scale(1.05);\n box-shadow: 0 0 12px #22c55e66;\n}\n\n.TextChatUIComponent-module__stickyButton_gFDdcW__0242 img, .TextChatUIComponent-module__stickyButtonFadeOut_gFDdcW__0242 img, .TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0242 img {\n filter: invert(70%);\n width: 12px;\n height: 12px;\n transition: all .2s ease-in-out;\n}\n\n.TextChatUIComponent-module__stickyButton_gFDdcW__0242:hover img, .TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0242:hover img {\n filter: invert(90%);\n}\n\n.TextChatUIComponent-module__controls_gFDdcW__0242 .TextChatUIComponent-module__closeButton_gFDdcW__0242 {\n color: #fffc;\n backdrop-filter: blur(10px);\n cursor: pointer;\n background: #0009;\n border: 1px solid #fff3;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n width: 28px;\n height: 28px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n font-size: 14px;\n font-weight: 500;\n transition: all .2s ease-in-out;\n display: flex;\n position: absolute;\n top: 3px;\n right: 3px;\n}\n\n.TextChatUIComponent-module__closeButton_gFDdcW__0242:hover {\n color: #ffffffe6;\n background: #000c;\n border-color: #ffffff4d;\n transform: scale(1.05);\n}\n\n.TextChatUIComponent-module__closeButton_gFDdcW__0242:active {\n transform: scale(.95);\n}\n\n.TextChatUIComponent-module__messagesWrapper_gFDdcW__0242 {\n direction: rtl;\n width: fit-content;\n max-height: 450px;\n margin-bottom: 8px;\n position: relative;\n}\n", ".Networked3dWebExperience-module__respawnButton_7g9l0W__0242 {\n z-index: 102;\n color: #ffffffe6;\n backdrop-filter: blur(10px);\n cursor: pointer;\n user-select: none;\n background: linear-gradient(135deg, #0009, #0006);\n border: 1px solid #fff3;\n border-radius: 8px;\n justify-content: center;\n align-items: center;\n padding: 12px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n font-size: 14px;\n font-weight: 500;\n transition: all .2s ease-in-out;\n display: flex;\n position: absolute;\n top: 8px;\n left: 8px;\n}\n\n.Networked3dWebExperience-module__respawnButton_7g9l0W__0242:hover {\n background: linear-gradient(135deg, #000c, #0009);\n border-color: #ffffff4d;\n transform: translateY(-1px);\n}\n\n.Networked3dWebExperience-module__respawnButton_7g9l0W__0242:active {\n transform: translateY(0);\n}\n"],
4
+ "sourcesContent": [".AvatarSelectionUIComponent-module__menuButton_VjZ7cq__0250 {\n z-index: 102;\n user-select: none;\n width: 70px;\n min-height: 70px;\n position: absolute;\n top: 0;\n right: 0;\n}\n\n.AvatarSelectionUIComponent-module__input_VjZ7cq__0250 {\n color: #fff;\n backdrop-filter: blur(10px);\n background-color: #0006;\n border: 1px solid #fff3;\n border-radius: 8px;\n outline: none;\n flex: 1;\n margin-right: 6px;\n padding: 6px 8px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n font-size: 14px;\n font-weight: 400;\n transition: all .2s ease-in-out;\n}\n\n.AvatarSelectionUIComponent-module__input_VjZ7cq__0250:focus {\n background-color: #0009;\n border-color: #fff6;\n box-shadow: 0 0 0 3px #ffffff26;\n}\n\n.AvatarSelectionUIComponent-module__input_VjZ7cq__0250::placeholder {\n color: #ffffff80;\n}\n\n.AvatarSelectionUIComponent-module__closeButton_VjZ7cq__0250 {\n backdrop-filter: blur(10px);\n color: #fffc;\n cursor: pointer;\n user-select: none;\n background: #0009;\n border: 1px solid #fff3;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n width: 44px;\n height: 44px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n font-size: 16px;\n font-weight: 500;\n transition: all .2s ease-in-out;\n display: flex;\n position: absolute;\n top: 8px;\n right: 8px;\n}\n\n.AvatarSelectionUIComponent-module__closeButton_VjZ7cq__0250:hover {\n color: #ffffffe6;\n background: #000c;\n transform: scale(1.05);\n}\n\n.AvatarSelectionUIComponent-module__closeButton_VjZ7cq__0250:active {\n transform: scale(.95);\n}\n\n.AvatarSelectionUIComponent-module__openTab_VjZ7cq__0250 {\n backdrop-filter: blur(10px);\n cursor: pointer;\n user-select: none;\n background: #0009;\n border: 1px solid #fff3;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n width: 44px;\n height: 44px;\n transition: all .2s ease-in-out;\n display: flex;\n position: absolute;\n top: 8px;\n right: 8px;\n}\n\n.AvatarSelectionUIComponent-module__openTab_VjZ7cq__0250:hover {\n background: #000c;\n transform: scale(1.05);\n}\n\n.AvatarSelectionUIComponent-module__openTab_VjZ7cq__0250:active {\n transform: scale(.95);\n}\n\n.AvatarSelectionUIComponent-module__openTab_VjZ7cq__0250 img {\n filter: invert(80%);\n width: 24px;\n height: 24px;\n transition: all .2s ease-in-out;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0250 {\n backdrop-filter: blur(20px);\n z-index: 103;\n user-select: none;\n background: #000000bf;\n border: 1px solid #fff3;\n border-radius: 16px;\n width: 400px;\n max-width: 78vw;\n max-height: calc(100vh - 24px);\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n position: absolute;\n top: 8px;\n right: 60px;\n overflow: hidden auto;\n box-shadow: 0 8px 32px #0006, 0 0 0 1px #ffffff1a;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0250::-webkit-scrollbar {\n width: 8px;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0250::-webkit-scrollbar-track {\n background: none;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0250::-webkit-scrollbar-thumb {\n background: #fff3;\n border: 1px solid #ffffff1a;\n border-radius: 4px;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0250::-webkit-scrollbar-thumb:hover {\n background: #ffffff4d;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionSection_VjZ7cq__0250 {\n border-bottom: 1px solid #ffffff26;\n padding: 10px;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionSection_VjZ7cq__0250:last-child {\n border-bottom: none;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0250 {\n background: #0000004d;\n border: 1px solid #ffffff26;\n border-radius: 12px;\n grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));\n gap: 8px;\n max-height: 320px;\n padding: 10px;\n display: grid;\n overflow: hidden auto;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0250::-webkit-scrollbar {\n width: 6px;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0250::-webkit-scrollbar-track {\n background: none;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0250::-webkit-scrollbar-thumb {\n background: #ffffff26;\n border-radius: 3px;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiHeader_VjZ7cq__0250 {\n color: #ffffffe6;\n text-align: center;\n font-weight: 600;\n position: relative;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiCloseButton_VjZ7cq__0250 {\n position: absolute;\n top: 20px;\n right: 20px;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0250 {\n color: #ffffffe6;\n text-align: center;\n cursor: pointer;\n border-radius: 8px;\n padding: 4px;\n transition: all .2s ease-in-out;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0250:hover {\n background: #0000004d;\n transform: translateY(-2px);\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImgContainer_VjZ7cq__0250 {\n border-radius: 8px;\n position: relative;\n overflow: hidden;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionNoImage_VjZ7cq__0250 {\n aspect-ratio: 1;\n box-sizing: border-box;\n background: #0003;\n border: 1px solid #ffffff26;\n border-radius: 8px;\n justify-content: center;\n align-items: center;\n width: 100%;\n display: flex;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionNoImage_VjZ7cq__0250 img {\n filter: invert(70%);\n opacity: .7;\n width: 40%;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0250 p {\n text-overflow: ellipsis;\n white-space: nowrap;\n color: #fffc;\n margin: 4px 0 0;\n font-size: 12px;\n font-weight: 500;\n position: relative;\n overflow: hidden;\n}\n\n.AvatarSelectionUIComponent-module__tooltipText_VjZ7cq__0250 {\n pointer-events: none;\n z-index: 1000;\n color: #ffffffe6;\n backdrop-filter: blur(10px);\n opacity: 0;\n visibility: hidden;\n white-space: nowrap;\n background: #000c;\n border-radius: 8px;\n margin-bottom: 4px;\n padding: 4px 6px;\n font-size: 12px;\n font-weight: 500;\n transition: opacity .2s ease-in-out;\n position: absolute;\n bottom: 100%;\n left: 50%;\n transform: translateX(-50%);\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0250 p:hover + .AvatarSelectionUIComponent-module__tooltipText_VjZ7cq__0250 {\n opacity: 1;\n visibility: visible;\n transition-delay: .5s;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImgContainer_VjZ7cq__0250 .AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImage_VjZ7cq__0250 {\n aspect-ratio: 1;\n border-radius: 8px;\n width: 100%;\n transition: all .2s ease-in-out;\n}\n\n.AvatarSelectionUIComponent-module__selectedPill_VjZ7cq__0250 {\n color: #fff;\n backdrop-filter: blur(10px);\n background: linear-gradient(135deg, #22c55e, #16a34a);\n border: 1px solid #fff3;\n border-radius: 6px;\n padding: 2px 4px;\n font-size: 11px;\n font-weight: 600;\n box-shadow: 0 2px 4px #0003;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImgContainer_VjZ7cq__0250 .AvatarSelectionUIComponent-module__selectedPill_VjZ7cq__0250 {\n z-index: 2;\n position: absolute;\n top: 4px;\n right: 4px;\n}\n\n.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0250 img:hover {\n opacity: .8;\n transform: scale(1.05);\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 {\n color: #ffffffe6;\n border-bottom: 1px solid #ffffff26;\n padding: 10px;\n position: relative;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250:last-child {\n border-bottom: none;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 .AvatarSelectionUIComponent-module__radioGroup_VjZ7cq__0250 {\n flex-wrap: wrap;\n align-items: center;\n gap: 4px;\n margin-bottom: 8px;\n display: flex;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 .AvatarSelectionUIComponent-module__radioItem_VjZ7cq__0250 {\n white-space: nowrap;\n align-items: center;\n gap: 3px;\n margin-right: 6px;\n display: flex;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 label {\n color: #fffc;\n cursor: pointer;\n margin: 0;\n font-size: 14px;\n font-weight: 500;\n transition: color .2s ease-in-out;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 label:hover {\n color: #fff;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 input[type=\"radio\"] {\n appearance: none;\n cursor: pointer;\n background: none;\n border: 2px solid #ffffff4d;\n border-radius: 50%;\n outline: none;\n width: 18px;\n height: 18px;\n transition: all .2s ease-in-out;\n position: relative;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 input[type=\"radio\"]:hover {\n border-color: #ffffff80;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 input[type=\"radio\"]:focus {\n box-shadow: 0 0 0 3px #ffffff1a;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 input[type=\"radio\"]:checked {\n background: #ffffff1a;\n border-color: #fffc;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 input[type=\"radio\"]:checked:after {\n content: \"\";\n background: #ffffffe6;\n border-radius: 50%;\n width: 8px;\n height: 8px;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 input[type=\"radio\"][disabled] {\n opacity: .4;\n cursor: not-allowed;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarInputSection_VjZ7cq__0250 {\n align-items: stretch;\n display: flex;\n}\n\n.AvatarSelectionUIComponent-module__setButton_VjZ7cq__0250 {\n color: #ffffffe6;\n backdrop-filter: blur(10px);\n cursor: pointer;\n background: linear-gradient(135deg, #0009, #0006);\n border: 1px solid #fff3;\n border-radius: 8px;\n justify-content: center;\n align-items: center;\n height: 44px;\n padding-left: 16px;\n padding-right: 16px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n font-size: 14px;\n font-weight: 500;\n transition: all .2s ease-in-out;\n display: flex;\n}\n\n.AvatarSelectionUIComponent-module__setButton_VjZ7cq__0250:hover:not(:disabled) {\n background: linear-gradient(135deg, #000c, #0009);\n border-color: #ffffff4d;\n transform: translateY(-1px);\n box-shadow: 0 4px 8px #0000004d;\n}\n\n.AvatarSelectionUIComponent-module__setButton_VjZ7cq__0250:active:not(:disabled) {\n transform: translateY(0);\n box-shadow: 0 2px 4px #0003;\n}\n\n.AvatarSelectionUIComponent-module__setButton_VjZ7cq__0250:disabled {\n opacity: .5;\n cursor: not-allowed;\n transform: none;\n}\n\n.AvatarSelectionUIComponent-module__sectionHeading_VjZ7cq__0250 {\n color: #ffffffe6;\n letter-spacing: -.01em;\n margin-bottom: 8px;\n font-size: 18px;\n font-weight: 600;\n}\n\n.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 .AvatarSelectionUIComponent-module__selectedPill_VjZ7cq__0250 {\n margin-left: 8px;\n position: relative;\n top: -2px;\n}\n\n.AvatarSelectionUIComponent-module__displayNameSection_VjZ7cq__0250 {\n color: #ffffffe6;\n border-bottom: 1px solid #ffffff26;\n padding: 10px;\n position: relative;\n}\n\n.AvatarSelectionUIComponent-module__displayNameInputSection_VjZ7cq__0250 {\n align-items: stretch;\n display: flex;\n}\n", ".InputBox-module__inputWrapper_adOgOW__0250 {\n pointer-events: all;\n align-items: stretch;\n gap: 6px;\n display: flex;\n}\n\n.InputBox-module__chatInput_adOgOW__0250 {\n color: #fff;\n backdrop-filter: blur(10px);\n box-sizing: border-box;\n background: #0006;\n border: 1px solid #fff3;\n border-radius: 8px;\n outline: none;\n flex: 1;\n height: 36px;\n padding: 0 8px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n font-size: 14px;\n font-weight: 400;\n transition: all .2s ease-in-out;\n}\n\n.InputBox-module__chatInput_adOgOW__0250:focus {\n background: #0009;\n border-color: #fff6;\n box-shadow: 0 0 0 3px #ffffff26;\n}\n\n.InputBox-module__chatInput_adOgOW__0250::placeholder {\n color: #ffffff80;\n}\n\n.InputBox-module__sendButton_adOgOW__0250 {\n color: #ffffffe6;\n backdrop-filter: blur(10px);\n cursor: pointer;\n background: linear-gradient(135deg, #0009, #0006);\n border: 1px solid #fff3;\n border-radius: 8px;\n outline: none;\n justify-content: center;\n align-items: center;\n width: 36px;\n height: 36px;\n transition: all .2s ease-in-out;\n display: flex;\n}\n\n.InputBox-module__sendButton_adOgOW__0250:hover {\n background: linear-gradient(135deg, #000c, #0009);\n border-color: #ffffff4d;\n transform: translateY(-1px);\n box-shadow: 0 4px 8px #0000004d;\n}\n\n.InputBox-module__sendButton_adOgOW__0250:active {\n transform: translateY(0);\n box-shadow: 0 2px 4px #0003;\n}\n\n.InputBox-module__sendButton_adOgOW__0250 .InputBox-module__svgIcon_adOgOW__0250 img {\n filter: invert(80%);\n width: 18px;\n height: 18px;\n transition: all .2s ease-in-out;\n}\n\n.InputBox-module__sendButton_adOgOW__0250:hover .InputBox-module__svgIcon_adOgOW__0250 img {\n filter: invert(90%);\n}\n", ".Message-module__messageContainer_ikOQiq__0250 {\n backdrop-filter: blur(8px);\n word-break: break-word;\n color: #ffffffe6;\n direction: ltr;\n background: #0000004d;\n border: 1px solid #fff3;\n border-radius: 8px;\n width: fit-content;\n margin: 6px auto 6px 2px;\n padding: 4px 8px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n font-size: 14px;\n transition: all .2s ease-in-out;\n overflow-x: hidden;\n}\n\n.Message-module__messageContainer_ikOQiq__0250:hover {\n background: #0006;\n border-color: #ffffff4d;\n}\n\n.Message-module__userName_ikOQiq__0250 {\n color: #ffffffe6;\n margin-right: 4px;\n font-weight: 600;\n}\n", ".Messages-module__messagesContainer_LXaUUW__0250 {\n z-index: 1000;\n max-height: inherit;\n scrollbar-width: thin;\n scrollbar-color: #fff3 transparent;\n pointer-events: fill;\n direction: rtl;\n position: relative;\n bottom: 0;\n left: -1px;\n overflow-y: auto;\n}\n\n.Messages-module__messagesContainer_LXaUUW__0250::-webkit-scrollbar {\n width: 6px;\n}\n\n.Messages-module__messagesContainer_LXaUUW__0250::-webkit-scrollbar-track {\n background: none;\n}\n\n.Messages-module__messagesContainer_LXaUUW__0250::-webkit-scrollbar-thumb {\n background: #fff3;\n border: 1px solid #ffffff1a;\n border-radius: 3px;\n}\n\n.Messages-module__messagesContainer_LXaUUW__0250::-webkit-scrollbar-thumb:hover {\n background: #ffffff4d;\n}\n\n.Messages-module__newMessagesButton_LXaUUW__0250 {\n -webkit-backdrop-filter: blur(10px);\n color: #fff;\n cursor: pointer;\n z-index: 1001;\n direction: ltr;\n background: #000000bf;\n border: 1px solid #fff3;\n border-radius: 20px;\n padding: 8px 16px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;\n font-size: 14px;\n font-weight: 500;\n transition: all .2s;\n position: absolute;\n bottom: 50px;\n left: 50%;\n transform: translateX(-50%);\n box-shadow: 0 4px 12px #0000004d;\n}\n\n.Messages-module__newMessagesButton_LXaUUW__0250:hover {\n background: #000000d9;\n border-color: #ffffff4d;\n transform: translateX(-50%)translateY(-2px);\n box-shadow: 0 6px 16px #0006;\n}\n\n.Messages-module__newMessagesButton_LXaUUW__0250:active {\n transform: translateX(-50%)translateY(0);\n box-shadow: 0 2px 8px #0000004d;\n}\n", ".TextChatUIComponent-module__uiHover_gFDdcW__0250 {\n z-index: 102;\n pointer-events: all;\n width: 58px;\n min-height: 58px;\n position: absolute;\n bottom: 0;\n left: 0;\n}\n\n.TextChatUIComponent-module__textChatUi_gFDdcW__0250 {\n flex-direction: row;\n align-items: flex-end;\n width: 100%;\n max-width: 500px;\n height: 0;\n display: flex;\n position: absolute;\n bottom: 0;\n left: 0;\n}\n\n.TextChatUIComponent-module__textChat_gFDdcW__0250 {\n z-index: -1;\n color: #fff;\n user-select: none;\n opacity: 0;\n flex-direction: column;\n justify-content: space-between;\n width: 100%;\n max-height: 500px;\n margin-bottom: 8px;\n margin-left: 60px;\n padding: 5px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n transition: opacity .25s ease-in-out, transform .2s ease-in-out;\n display: flex;\n transform: translateX(-100%);\n}\n\n.TextChatUIComponent-module__fadeIn_gFDdcW__0250 {\n opacity: 1;\n transform: translateX(0%);\n}\n\n.TextChatUIComponent-module__fadeOut_gFDdcW__0250 {\n opacity: .6;\n transform: translateX(calc(-100% - 72px));\n}\n\n.TextChatUIComponent-module__controls_gFDdcW__0250 {\n position: absolute;\n top: 2px;\n right: 0;\n}\n\n.TextChatUIComponent-module__openTab_gFDdcW__0250 {\n backdrop-filter: blur(10px);\n cursor: pointer;\n z-index: 102;\n user-select: none;\n background: #0009;\n border: 1px solid #fff3;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n width: 44px;\n height: 44px;\n transition: all .2s ease-in-out;\n display: flex;\n position: absolute;\n bottom: 8px;\n left: 8px;\n}\n\n.TextChatUIComponent-module__openTab_gFDdcW__0250:hover {\n background: #000c;\n border-color: #ffffff4d;\n transform: scale(1.05);\n}\n\n.TextChatUIComponent-module__openTab_gFDdcW__0250:active {\n transform: scale(.95);\n}\n\n.TextChatUIComponent-module__openTab_gFDdcW__0250 img {\n filter: invert(80%);\n width: 24px;\n height: 24px;\n transition: all .2s ease-in-out;\n}\n\n.TextChatUIComponent-module__stickyButton_gFDdcW__0250 {\n z-index: 103;\n backdrop-filter: blur(10px);\n cursor: pointer;\n user-select: none;\n opacity: 1;\n background: #0009;\n border: 1px solid #fff3;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n width: 24px;\n height: 24px;\n transition: all .2s ease-in-out;\n display: flex;\n position: absolute;\n bottom: 38px;\n left: 38px;\n}\n\n.TextChatUIComponent-module__stickyButton_gFDdcW__0250:hover {\n background: #000c;\n border-color: #ffffff4d;\n transform: scale(1.05);\n}\n\n.TextChatUIComponent-module__stickyButtonFadeOut_gFDdcW__0250 {\n z-index: 103;\n backdrop-filter: blur(10px);\n cursor: pointer;\n user-select: none;\n opacity: 0;\n pointer-events: none;\n background: #0009;\n border: 1px solid #fff3;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n width: 24px;\n height: 24px;\n transition: all .2s ease-in-out;\n display: flex;\n position: absolute;\n bottom: 42px;\n left: 42px;\n}\n\n.TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0250 {\n z-index: 103;\n backdrop-filter: blur(10px);\n cursor: pointer;\n user-select: none;\n background: #000c;\n border: 1px solid #22c55e99;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n width: 24px;\n height: 24px;\n transition: all .2s ease-in-out;\n display: flex;\n position: absolute;\n bottom: 42px;\n left: 42px;\n box-shadow: 0 0 8px #22c55e4d;\n}\n\n.TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0250:hover {\n border-color: #22c55ecc;\n transform: scale(1.05);\n box-shadow: 0 0 12px #22c55e66;\n}\n\n.TextChatUIComponent-module__stickyButton_gFDdcW__0250 img, .TextChatUIComponent-module__stickyButtonFadeOut_gFDdcW__0250 img, .TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0250 img {\n filter: invert(70%);\n width: 12px;\n height: 12px;\n transition: all .2s ease-in-out;\n}\n\n.TextChatUIComponent-module__stickyButton_gFDdcW__0250:hover img, .TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0250:hover img {\n filter: invert(90%);\n}\n\n.TextChatUIComponent-module__controls_gFDdcW__0250 .TextChatUIComponent-module__closeButton_gFDdcW__0250 {\n color: #fffc;\n backdrop-filter: blur(10px);\n cursor: pointer;\n background: #0009;\n border: 1px solid #fff3;\n border-radius: 50%;\n justify-content: center;\n align-items: center;\n width: 28px;\n height: 28px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n font-size: 14px;\n font-weight: 500;\n transition: all .2s ease-in-out;\n display: flex;\n position: absolute;\n top: 3px;\n right: 3px;\n}\n\n.TextChatUIComponent-module__closeButton_gFDdcW__0250:hover {\n color: #ffffffe6;\n background: #000c;\n border-color: #ffffff4d;\n transform: scale(1.05);\n}\n\n.TextChatUIComponent-module__closeButton_gFDdcW__0250:active {\n transform: scale(.95);\n}\n\n.TextChatUIComponent-module__messagesWrapper_gFDdcW__0250 {\n direction: rtl;\n width: fit-content;\n max-height: 450px;\n margin-bottom: 8px;\n position: relative;\n}\n", ".Networked3dWebExperience-module__respawnButton_7g9l0W__0250 {\n z-index: 102;\n color: #ffffffe6;\n backdrop-filter: blur(10px);\n cursor: pointer;\n user-select: none;\n background: linear-gradient(135deg, #0009, #0006);\n border: 1px solid #fff3;\n border-radius: 8px;\n justify-content: center;\n align-items: center;\n padding: 12px;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n font-size: 14px;\n font-weight: 500;\n transition: all .2s ease-in-out;\n display: flex;\n position: absolute;\n top: 8px;\n left: 8px;\n}\n\n.Networked3dWebExperience-module__respawnButton_7g9l0W__0250:hover {\n background: linear-gradient(135deg, #000c, #0009);\n border-color: #ffffff4d;\n transform: translateY(-1px);\n}\n\n.Networked3dWebExperience-module__respawnButton_7g9l0W__0250:active {\n transform: translateY(0);\n}\n"],
5
5
  "mappings": "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",
6
6
  "names": []
7
7
  }
package/build/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export * from "./Networked3dWebExperienceClient";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC"}
package/build/index.js CHANGED
@@ -1,4 +1,4 @@
1
- globalThis['__css-content-15dcb6aa9b86b42829d2c24500b3f199__']=".AvatarSelectionUIComponent-module__menuButton_VjZ7cq__0242{z-index:102;user-select:none;width:70px;min-height:70px;position:absolute;top:0;right:0}.AvatarSelectionUIComponent-module__input_VjZ7cq__0242{color:#fff;backdrop-filter:blur(10px);background-color:#0006;border:1px solid #fff3;border-radius:8px;outline:none;flex:1;margin-right:6px;padding:6px 8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;transition:all .2s ease-in-out}.AvatarSelectionUIComponent-module__input_VjZ7cq__0242:focus{background-color:#0009;border-color:#fff6;box-shadow:0 0 0 3px #ffffff26}.AvatarSelectionUIComponent-module__input_VjZ7cq__0242::placeholder{color:#ffffff80}.AvatarSelectionUIComponent-module__closeButton_VjZ7cq__0242{backdrop-filter:blur(10px);color:#fffc;cursor:pointer;user-select:none;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:500;transition:all .2s ease-in-out;display:flex;position:absolute;top:8px;right:8px}.AvatarSelectionUIComponent-module__closeButton_VjZ7cq__0242:hover{color:#ffffffe6;background:#000c;transform:scale(1.05)}.AvatarSelectionUIComponent-module__closeButton_VjZ7cq__0242:active{transform:scale(.95)}.AvatarSelectionUIComponent-module__openTab_VjZ7cq__0242{backdrop-filter:blur(10px);cursor:pointer;user-select:none;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s ease-in-out;display:flex;position:absolute;top:8px;right:8px}.AvatarSelectionUIComponent-module__openTab_VjZ7cq__0242:hover{background:#000c;transform:scale(1.05)}.AvatarSelectionUIComponent-module__openTab_VjZ7cq__0242:active{transform:scale(.95)}.AvatarSelectionUIComponent-module__openTab_VjZ7cq__0242 img{filter:invert(80%);width:24px;height:24px;transition:all .2s ease-in-out}.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0242{backdrop-filter:blur(20px);z-index:103;user-select:none;background:#000000bf;border:1px solid #fff3;border-radius:16px;width:400px;max-width:78vw;max-height:calc(100vh - 24px);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;position:absolute;top:8px;right:60px;overflow:hidden auto;box-shadow:0 8px 32px #0006,0 0 0 1px #ffffff1a}.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0242::-webkit-scrollbar{width:8px}.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0242::-webkit-scrollbar-track{background:none}.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0242::-webkit-scrollbar-thumb{background:#fff3;border:1px solid #ffffff1a;border-radius:4px}.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0242::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.AvatarSelectionUIComponent-module__avatarSelectionSection_VjZ7cq__0242{border-bottom:1px solid #ffffff26;padding:10px}.AvatarSelectionUIComponent-module__avatarSelectionSection_VjZ7cq__0242:last-child{border-bottom:none}.AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0242{background:#0000004d;border:1px solid #ffffff26;border-radius:12px;grid-template-columns:repeat(auto-fill,minmax(85px,1fr));gap:8px;max-height:320px;padding:10px;display:grid;overflow:hidden auto}.AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0242::-webkit-scrollbar{width:6px}.AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0242::-webkit-scrollbar-track{background:none}.AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0242::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.AvatarSelectionUIComponent-module__avatarSelectionUiHeader_VjZ7cq__0242{color:#ffffffe6;text-align:center;font-weight:600;position:relative}.AvatarSelectionUIComponent-module__avatarSelectionUiCloseButton_VjZ7cq__0242{position:absolute;top:20px;right:20px}.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0242{color:#ffffffe6;text-align:center;cursor:pointer;border-radius:8px;padding:4px;transition:all .2s ease-in-out}.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0242:hover{background:#0000004d;transform:translateY(-2px)}.AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImgContainer_VjZ7cq__0242{border-radius:8px;position:relative;overflow:hidden}.AvatarSelectionUIComponent-module__avatarSelectionNoImage_VjZ7cq__0242{aspect-ratio:1;box-sizing:border-box;background:#0003;border:1px solid #ffffff26;border-radius:8px;justify-content:center;align-items:center;width:100%;display:flex}.AvatarSelectionUIComponent-module__avatarSelectionNoImage_VjZ7cq__0242 img{filter:invert(70%);opacity:.7;width:40%}.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0242 p{text-overflow:ellipsis;white-space:nowrap;color:#fffc;margin:4px 0 0;font-size:12px;font-weight:500;position:relative;overflow:hidden}.AvatarSelectionUIComponent-module__tooltipText_VjZ7cq__0242{pointer-events:none;z-index:1000;color:#ffffffe6;backdrop-filter:blur(10px);opacity:0;visibility:hidden;white-space:nowrap;background:#000c;border-radius:8px;margin-bottom:4px;padding:4px 6px;font-size:12px;font-weight:500;transition:opacity .2s ease-in-out;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0242 p:hover+.AvatarSelectionUIComponent-module__tooltipText_VjZ7cq__0242{opacity:1;visibility:visible;transition-delay:.5s}.AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImgContainer_VjZ7cq__0242 .AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImage_VjZ7cq__0242{aspect-ratio:1;border-radius:8px;width:100%;transition:all .2s ease-in-out}.AvatarSelectionUIComponent-module__selectedPill_VjZ7cq__0242{color:#fff;backdrop-filter:blur(10px);background:linear-gradient(135deg,#22c55e,#16a34a);border:1px solid #fff3;border-radius:6px;padding:2px 4px;font-size:11px;font-weight:600;box-shadow:0 2px 4px #0003}.AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImgContainer_VjZ7cq__0242 .AvatarSelectionUIComponent-module__selectedPill_VjZ7cq__0242{z-index:2;position:absolute;top:4px;right:4px}.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0242 img:hover{opacity:.8;transform:scale(1.05)}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242{color:#ffffffe6;border-bottom:1px solid #ffffff26;padding:10px;position:relative}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242:last-child{border-bottom:none}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 .AvatarSelectionUIComponent-module__radioGroup_VjZ7cq__0242{flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:8px;display:flex}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 .AvatarSelectionUIComponent-module__radioItem_VjZ7cq__0242{white-space:nowrap;align-items:center;gap:3px;margin-right:6px;display:flex}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 label{color:#fffc;cursor:pointer;margin:0;font-size:14px;font-weight:500;transition:color .2s ease-in-out}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 label:hover{color:#fff}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 input[type=radio]{appearance:none;cursor:pointer;background:none;border:2px solid #ffffff4d;border-radius:50%;outline:none;width:18px;height:18px;transition:all .2s ease-in-out;position:relative}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 input[type=radio]:hover{border-color:#ffffff80}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 input[type=radio]:focus{box-shadow:0 0 0 3px #ffffff1a}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 input[type=radio]:checked{background:#ffffff1a;border-color:#fffc}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 input[type=radio]:checked:after{content:\"\";background:#ffffffe6;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 input[type=radio][disabled]{opacity:.4;cursor:not-allowed}.AvatarSelectionUIComponent-module__customAvatarInputSection_VjZ7cq__0242{align-items:stretch;display:flex}.AvatarSelectionUIComponent-module__setButton_VjZ7cq__0242{color:#ffffffe6;backdrop-filter:blur(10px);cursor:pointer;background:linear-gradient(135deg,#0009,#0006);border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;height:44px;padding-left:16px;padding-right:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:500;transition:all .2s ease-in-out;display:flex}.AvatarSelectionUIComponent-module__setButton_VjZ7cq__0242:hover:not(:disabled){background:linear-gradient(135deg,#000c,#0009);border-color:#ffffff4d;transform:translateY(-1px);box-shadow:0 4px 8px #0000004d}.AvatarSelectionUIComponent-module__setButton_VjZ7cq__0242:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #0003}.AvatarSelectionUIComponent-module__setButton_VjZ7cq__0242:disabled{opacity:.5;cursor:not-allowed;transform:none}.AvatarSelectionUIComponent-module__sectionHeading_VjZ7cq__0242{color:#ffffffe6;letter-spacing:-.01em;margin-bottom:8px;font-size:18px;font-weight:600}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242 .AvatarSelectionUIComponent-module__selectedPill_VjZ7cq__0242{margin-left:8px;position:relative;top:-2px}.AvatarSelectionUIComponent-module__displayNameSection_VjZ7cq__0242{color:#ffffffe6;border-bottom:1px solid #ffffff26;padding:10px;position:relative}.AvatarSelectionUIComponent-module__displayNameInputSection_VjZ7cq__0242{align-items:stretch;display:flex}.InputBox-module__inputWrapper_adOgOW__0242{pointer-events:all;align-items:stretch;gap:6px;display:flex}.InputBox-module__chatInput_adOgOW__0242{color:#fff;backdrop-filter:blur(10px);box-sizing:border-box;background:#0006;border:1px solid #fff3;border-radius:8px;outline:none;flex:1;height:36px;padding:0 8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;transition:all .2s ease-in-out}.InputBox-module__chatInput_adOgOW__0242:focus{background:#0009;border-color:#fff6;box-shadow:0 0 0 3px #ffffff26}.InputBox-module__chatInput_adOgOW__0242::placeholder{color:#ffffff80}.InputBox-module__sendButton_adOgOW__0242{color:#ffffffe6;backdrop-filter:blur(10px);cursor:pointer;background:linear-gradient(135deg,#0009,#0006);border:1px solid #fff3;border-radius:8px;outline:none;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s ease-in-out;display:flex}.InputBox-module__sendButton_adOgOW__0242:hover{background:linear-gradient(135deg,#000c,#0009);border-color:#ffffff4d;transform:translateY(-1px);box-shadow:0 4px 8px #0000004d}.InputBox-module__sendButton_adOgOW__0242:active{transform:translateY(0);box-shadow:0 2px 4px #0003}.InputBox-module__sendButton_adOgOW__0242 .InputBox-module__svgIcon_adOgOW__0242 img{filter:invert(80%);width:18px;height:18px;transition:all .2s ease-in-out}.InputBox-module__sendButton_adOgOW__0242:hover .InputBox-module__svgIcon_adOgOW__0242 img{filter:invert(90%)}.Message-module__messageContainer_ikOQiq__0242{backdrop-filter:blur(8px);word-break:break-word;color:#ffffffe6;direction:ltr;background:#0000004d;border:1px solid #fff3;border-radius:8px;width:fit-content;margin:6px auto 6px 2px;padding:4px 8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;transition:all .2s ease-in-out;overflow-x:hidden}.Message-module__messageContainer_ikOQiq__0242:hover{background:#0006;border-color:#ffffff4d}.Message-module__userName_ikOQiq__0242{color:#ffffffe6;margin-right:4px;font-weight:600}.Messages-module__messagesContainer_LXaUUW__0242{z-index:1000;max-height:inherit;scrollbar-width:thin;scrollbar-color:#fff3 transparent;pointer-events:fill;direction:rtl;position:relative;bottom:0;left:-1px;overflow-y:auto}.Messages-module__messagesContainer_LXaUUW__0242::-webkit-scrollbar{width:6px}.Messages-module__messagesContainer_LXaUUW__0242::-webkit-scrollbar-track{background:none}.Messages-module__messagesContainer_LXaUUW__0242::-webkit-scrollbar-thumb{background:#fff3;border:1px solid #ffffff1a;border-radius:3px}.Messages-module__messagesContainer_LXaUUW__0242::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.Messages-module__newMessagesButton_LXaUUW__0242{-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:1001;direction:ltr;background:#000000bf;border:1px solid #fff3;border-radius:20px;padding:8px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;transition:all .2s;position:absolute;bottom:50px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}.Messages-module__newMessagesButton_LXaUUW__0242:hover{background:#000000d9;border-color:#ffffff4d;transform:translate(-50%)translateY(-2px);box-shadow:0 6px 16px #0006}.Messages-module__newMessagesButton_LXaUUW__0242:active{transform:translate(-50%)translateY(0);box-shadow:0 2px 8px #0000004d}.TextChatUIComponent-module__uiHover_gFDdcW__0242{z-index:102;pointer-events:all;width:58px;min-height:58px;position:absolute;bottom:0;left:0}.TextChatUIComponent-module__textChatUi_gFDdcW__0242{flex-direction:row;align-items:flex-end;width:100%;max-width:500px;height:0;display:flex;position:absolute;bottom:0;left:0}.TextChatUIComponent-module__textChat_gFDdcW__0242{z-index:-1;color:#fff;user-select:none;opacity:0;flex-direction:column;justify-content:space-between;width:100%;max-height:500px;margin-bottom:8px;margin-left:60px;padding:5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;transition:opacity .25s ease-in-out,transform .2s ease-in-out;display:flex;transform:translate(-100%)}.TextChatUIComponent-module__fadeIn_gFDdcW__0242{opacity:1;transform:translate(0)}.TextChatUIComponent-module__fadeOut_gFDdcW__0242{opacity:.6;transform:translate(calc(-100% - 72px))}.TextChatUIComponent-module__controls_gFDdcW__0242{position:absolute;top:2px;right:0}.TextChatUIComponent-module__openTab_gFDdcW__0242{backdrop-filter:blur(10px);cursor:pointer;z-index:102;user-select:none;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s ease-in-out;display:flex;position:absolute;bottom:8px;left:8px}.TextChatUIComponent-module__openTab_gFDdcW__0242:hover{background:#000c;border-color:#ffffff4d;transform:scale(1.05)}.TextChatUIComponent-module__openTab_gFDdcW__0242:active{transform:scale(.95)}.TextChatUIComponent-module__openTab_gFDdcW__0242 img{filter:invert(80%);width:24px;height:24px;transition:all .2s ease-in-out}.TextChatUIComponent-module__stickyButton_gFDdcW__0242{z-index:103;backdrop-filter:blur(10px);cursor:pointer;user-select:none;opacity:1;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s ease-in-out;display:flex;position:absolute;bottom:38px;left:38px}.TextChatUIComponent-module__stickyButton_gFDdcW__0242:hover{background:#000c;border-color:#ffffff4d;transform:scale(1.05)}.TextChatUIComponent-module__stickyButtonFadeOut_gFDdcW__0242{z-index:103;backdrop-filter:blur(10px);cursor:pointer;user-select:none;opacity:0;pointer-events:none;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s ease-in-out;display:flex;position:absolute;bottom:42px;left:42px}.TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0242{z-index:103;backdrop-filter:blur(10px);cursor:pointer;user-select:none;background:#000c;border:1px solid #22c55e99;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s ease-in-out;display:flex;position:absolute;bottom:42px;left:42px;box-shadow:0 0 8px #22c55e4d}.TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0242:hover{border-color:#22c55ecc;transform:scale(1.05);box-shadow:0 0 12px #22c55e66}.TextChatUIComponent-module__stickyButton_gFDdcW__0242 img,.TextChatUIComponent-module__stickyButtonFadeOut_gFDdcW__0242 img,.TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0242 img{filter:invert(70%);width:12px;height:12px;transition:all .2s ease-in-out}.TextChatUIComponent-module__stickyButton_gFDdcW__0242:hover img,.TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0242:hover img{filter:invert(90%)}.TextChatUIComponent-module__controls_gFDdcW__0242 .TextChatUIComponent-module__closeButton_gFDdcW__0242{color:#fffc;backdrop-filter:blur(10px);cursor:pointer;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:500;transition:all .2s ease-in-out;display:flex;position:absolute;top:3px;right:3px}.TextChatUIComponent-module__closeButton_gFDdcW__0242:hover{color:#ffffffe6;background:#000c;border-color:#ffffff4d;transform:scale(1.05)}.TextChatUIComponent-module__closeButton_gFDdcW__0242:active{transform:scale(.95)}.TextChatUIComponent-module__messagesWrapper_gFDdcW__0242{direction:rtl;width:fit-content;max-height:450px;margin-bottom:8px;position:relative}.Networked3dWebExperience-module__respawnButton_7g9l0W__0242{z-index:102;color:#ffffffe6;backdrop-filter:blur(10px);cursor:pointer;user-select:none;background:linear-gradient(135deg,#0009,#0006);border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;padding:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:500;transition:all .2s ease-in-out;display:flex;position:absolute;top:8px;left:8px}.Networked3dWebExperience-module__respawnButton_7g9l0W__0242:hover{background:linear-gradient(135deg,#000c,#0009);border-color:#ffffff4d;transform:translateY(-1px)}.Networked3dWebExperience-module__respawnButton_7g9l0W__0242:active{transform:translateY(0)}\n";globalThis['__css-digest-15dcb6aa9b86b42829d2c24500b3f199__']="15dcb6aa9b86b42829d2c24500b3f199";
1
+ globalThis['__css-content-c066f87a63805017c3d140897de9e462__']=".AvatarSelectionUIComponent-module__menuButton_VjZ7cq__0250{z-index:102;user-select:none;width:70px;min-height:70px;position:absolute;top:0;right:0}.AvatarSelectionUIComponent-module__input_VjZ7cq__0250{color:#fff;backdrop-filter:blur(10px);background-color:#0006;border:1px solid #fff3;border-radius:8px;outline:none;flex:1;margin-right:6px;padding:6px 8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;transition:all .2s ease-in-out}.AvatarSelectionUIComponent-module__input_VjZ7cq__0250:focus{background-color:#0009;border-color:#fff6;box-shadow:0 0 0 3px #ffffff26}.AvatarSelectionUIComponent-module__input_VjZ7cq__0250::placeholder{color:#ffffff80}.AvatarSelectionUIComponent-module__closeButton_VjZ7cq__0250{backdrop-filter:blur(10px);color:#fffc;cursor:pointer;user-select:none;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:500;transition:all .2s ease-in-out;display:flex;position:absolute;top:8px;right:8px}.AvatarSelectionUIComponent-module__closeButton_VjZ7cq__0250:hover{color:#ffffffe6;background:#000c;transform:scale(1.05)}.AvatarSelectionUIComponent-module__closeButton_VjZ7cq__0250:active{transform:scale(.95)}.AvatarSelectionUIComponent-module__openTab_VjZ7cq__0250{backdrop-filter:blur(10px);cursor:pointer;user-select:none;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s ease-in-out;display:flex;position:absolute;top:8px;right:8px}.AvatarSelectionUIComponent-module__openTab_VjZ7cq__0250:hover{background:#000c;transform:scale(1.05)}.AvatarSelectionUIComponent-module__openTab_VjZ7cq__0250:active{transform:scale(.95)}.AvatarSelectionUIComponent-module__openTab_VjZ7cq__0250 img{filter:invert(80%);width:24px;height:24px;transition:all .2s ease-in-out}.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0250{backdrop-filter:blur(20px);z-index:103;user-select:none;background:#000000bf;border:1px solid #fff3;border-radius:16px;width:400px;max-width:78vw;max-height:calc(100vh - 24px);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;position:absolute;top:8px;right:60px;overflow:hidden auto;box-shadow:0 8px 32px #0006,0 0 0 1px #ffffff1a}.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0250::-webkit-scrollbar{width:8px}.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0250::-webkit-scrollbar-track{background:none}.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0250::-webkit-scrollbar-thumb{background:#fff3;border:1px solid #ffffff1a;border-radius:4px}.AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0250::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.AvatarSelectionUIComponent-module__avatarSelectionSection_VjZ7cq__0250{border-bottom:1px solid #ffffff26;padding:10px}.AvatarSelectionUIComponent-module__avatarSelectionSection_VjZ7cq__0250:last-child{border-bottom:none}.AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0250{background:#0000004d;border:1px solid #ffffff26;border-radius:12px;grid-template-columns:repeat(auto-fill,minmax(85px,1fr));gap:8px;max-height:320px;padding:10px;display:grid;overflow:hidden auto}.AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0250::-webkit-scrollbar{width:6px}.AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0250::-webkit-scrollbar-track{background:none}.AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0250::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.AvatarSelectionUIComponent-module__avatarSelectionUiHeader_VjZ7cq__0250{color:#ffffffe6;text-align:center;font-weight:600;position:relative}.AvatarSelectionUIComponent-module__avatarSelectionUiCloseButton_VjZ7cq__0250{position:absolute;top:20px;right:20px}.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0250{color:#ffffffe6;text-align:center;cursor:pointer;border-radius:8px;padding:4px;transition:all .2s ease-in-out}.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0250:hover{background:#0000004d;transform:translateY(-2px)}.AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImgContainer_VjZ7cq__0250{border-radius:8px;position:relative;overflow:hidden}.AvatarSelectionUIComponent-module__avatarSelectionNoImage_VjZ7cq__0250{aspect-ratio:1;box-sizing:border-box;background:#0003;border:1px solid #ffffff26;border-radius:8px;justify-content:center;align-items:center;width:100%;display:flex}.AvatarSelectionUIComponent-module__avatarSelectionNoImage_VjZ7cq__0250 img{filter:invert(70%);opacity:.7;width:40%}.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0250 p{text-overflow:ellipsis;white-space:nowrap;color:#fffc;margin:4px 0 0;font-size:12px;font-weight:500;position:relative;overflow:hidden}.AvatarSelectionUIComponent-module__tooltipText_VjZ7cq__0250{pointer-events:none;z-index:1000;color:#ffffffe6;backdrop-filter:blur(10px);opacity:0;visibility:hidden;white-space:nowrap;background:#000c;border-radius:8px;margin-bottom:4px;padding:4px 6px;font-size:12px;font-weight:500;transition:opacity .2s ease-in-out;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0250 p:hover+.AvatarSelectionUIComponent-module__tooltipText_VjZ7cq__0250{opacity:1;visibility:visible;transition-delay:.5s}.AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImgContainer_VjZ7cq__0250 .AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImage_VjZ7cq__0250{aspect-ratio:1;border-radius:8px;width:100%;transition:all .2s ease-in-out}.AvatarSelectionUIComponent-module__selectedPill_VjZ7cq__0250{color:#fff;backdrop-filter:blur(10px);background:linear-gradient(135deg,#22c55e,#16a34a);border:1px solid #fff3;border-radius:6px;padding:2px 4px;font-size:11px;font-weight:600;box-shadow:0 2px 4px #0003}.AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImgContainer_VjZ7cq__0250 .AvatarSelectionUIComponent-module__selectedPill_VjZ7cq__0250{z-index:2;position:absolute;top:4px;right:4px}.AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0250 img:hover{opacity:.8;transform:scale(1.05)}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250{color:#ffffffe6;border-bottom:1px solid #ffffff26;padding:10px;position:relative}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250:last-child{border-bottom:none}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 .AvatarSelectionUIComponent-module__radioGroup_VjZ7cq__0250{flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:8px;display:flex}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 .AvatarSelectionUIComponent-module__radioItem_VjZ7cq__0250{white-space:nowrap;align-items:center;gap:3px;margin-right:6px;display:flex}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 label{color:#fffc;cursor:pointer;margin:0;font-size:14px;font-weight:500;transition:color .2s ease-in-out}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 label:hover{color:#fff}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 input[type=radio]{appearance:none;cursor:pointer;background:none;border:2px solid #ffffff4d;border-radius:50%;outline:none;width:18px;height:18px;transition:all .2s ease-in-out;position:relative}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 input[type=radio]:hover{border-color:#ffffff80}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 input[type=radio]:focus{box-shadow:0 0 0 3px #ffffff1a}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 input[type=radio]:checked{background:#ffffff1a;border-color:#fffc}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 input[type=radio]:checked:after{content:\"\";background:#ffffffe6;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 input[type=radio][disabled]{opacity:.4;cursor:not-allowed}.AvatarSelectionUIComponent-module__customAvatarInputSection_VjZ7cq__0250{align-items:stretch;display:flex}.AvatarSelectionUIComponent-module__setButton_VjZ7cq__0250{color:#ffffffe6;backdrop-filter:blur(10px);cursor:pointer;background:linear-gradient(135deg,#0009,#0006);border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;height:44px;padding-left:16px;padding-right:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:500;transition:all .2s ease-in-out;display:flex}.AvatarSelectionUIComponent-module__setButton_VjZ7cq__0250:hover:not(:disabled){background:linear-gradient(135deg,#000c,#0009);border-color:#ffffff4d;transform:translateY(-1px);box-shadow:0 4px 8px #0000004d}.AvatarSelectionUIComponent-module__setButton_VjZ7cq__0250:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #0003}.AvatarSelectionUIComponent-module__setButton_VjZ7cq__0250:disabled{opacity:.5;cursor:not-allowed;transform:none}.AvatarSelectionUIComponent-module__sectionHeading_VjZ7cq__0250{color:#ffffffe6;letter-spacing:-.01em;margin-bottom:8px;font-size:18px;font-weight:600}.AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250 .AvatarSelectionUIComponent-module__selectedPill_VjZ7cq__0250{margin-left:8px;position:relative;top:-2px}.AvatarSelectionUIComponent-module__displayNameSection_VjZ7cq__0250{color:#ffffffe6;border-bottom:1px solid #ffffff26;padding:10px;position:relative}.AvatarSelectionUIComponent-module__displayNameInputSection_VjZ7cq__0250{align-items:stretch;display:flex}.InputBox-module__inputWrapper_adOgOW__0250{pointer-events:all;align-items:stretch;gap:6px;display:flex}.InputBox-module__chatInput_adOgOW__0250{color:#fff;backdrop-filter:blur(10px);box-sizing:border-box;background:#0006;border:1px solid #fff3;border-radius:8px;outline:none;flex:1;height:36px;padding:0 8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;transition:all .2s ease-in-out}.InputBox-module__chatInput_adOgOW__0250:focus{background:#0009;border-color:#fff6;box-shadow:0 0 0 3px #ffffff26}.InputBox-module__chatInput_adOgOW__0250::placeholder{color:#ffffff80}.InputBox-module__sendButton_adOgOW__0250{color:#ffffffe6;backdrop-filter:blur(10px);cursor:pointer;background:linear-gradient(135deg,#0009,#0006);border:1px solid #fff3;border-radius:8px;outline:none;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s ease-in-out;display:flex}.InputBox-module__sendButton_adOgOW__0250:hover{background:linear-gradient(135deg,#000c,#0009);border-color:#ffffff4d;transform:translateY(-1px);box-shadow:0 4px 8px #0000004d}.InputBox-module__sendButton_adOgOW__0250:active{transform:translateY(0);box-shadow:0 2px 4px #0003}.InputBox-module__sendButton_adOgOW__0250 .InputBox-module__svgIcon_adOgOW__0250 img{filter:invert(80%);width:18px;height:18px;transition:all .2s ease-in-out}.InputBox-module__sendButton_adOgOW__0250:hover .InputBox-module__svgIcon_adOgOW__0250 img{filter:invert(90%)}.Message-module__messageContainer_ikOQiq__0250{backdrop-filter:blur(8px);word-break:break-word;color:#ffffffe6;direction:ltr;background:#0000004d;border:1px solid #fff3;border-radius:8px;width:fit-content;margin:6px auto 6px 2px;padding:4px 8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;transition:all .2s ease-in-out;overflow-x:hidden}.Message-module__messageContainer_ikOQiq__0250:hover{background:#0006;border-color:#ffffff4d}.Message-module__userName_ikOQiq__0250{color:#ffffffe6;margin-right:4px;font-weight:600}.Messages-module__messagesContainer_LXaUUW__0250{z-index:1000;max-height:inherit;scrollbar-width:thin;scrollbar-color:#fff3 transparent;pointer-events:fill;direction:rtl;position:relative;bottom:0;left:-1px;overflow-y:auto}.Messages-module__messagesContainer_LXaUUW__0250::-webkit-scrollbar{width:6px}.Messages-module__messagesContainer_LXaUUW__0250::-webkit-scrollbar-track{background:none}.Messages-module__messagesContainer_LXaUUW__0250::-webkit-scrollbar-thumb{background:#fff3;border:1px solid #ffffff1a;border-radius:3px}.Messages-module__messagesContainer_LXaUUW__0250::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.Messages-module__newMessagesButton_LXaUUW__0250{-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:1001;direction:ltr;background:#000000bf;border:1px solid #fff3;border-radius:20px;padding:8px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;transition:all .2s;position:absolute;bottom:50px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}.Messages-module__newMessagesButton_LXaUUW__0250:hover{background:#000000d9;border-color:#ffffff4d;transform:translate(-50%)translateY(-2px);box-shadow:0 6px 16px #0006}.Messages-module__newMessagesButton_LXaUUW__0250:active{transform:translate(-50%)translateY(0);box-shadow:0 2px 8px #0000004d}.TextChatUIComponent-module__uiHover_gFDdcW__0250{z-index:102;pointer-events:all;width:58px;min-height:58px;position:absolute;bottom:0;left:0}.TextChatUIComponent-module__textChatUi_gFDdcW__0250{flex-direction:row;align-items:flex-end;width:100%;max-width:500px;height:0;display:flex;position:absolute;bottom:0;left:0}.TextChatUIComponent-module__textChat_gFDdcW__0250{z-index:-1;color:#fff;user-select:none;opacity:0;flex-direction:column;justify-content:space-between;width:100%;max-height:500px;margin-bottom:8px;margin-left:60px;padding:5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;transition:opacity .25s ease-in-out,transform .2s ease-in-out;display:flex;transform:translate(-100%)}.TextChatUIComponent-module__fadeIn_gFDdcW__0250{opacity:1;transform:translate(0)}.TextChatUIComponent-module__fadeOut_gFDdcW__0250{opacity:.6;transform:translate(calc(-100% - 72px))}.TextChatUIComponent-module__controls_gFDdcW__0250{position:absolute;top:2px;right:0}.TextChatUIComponent-module__openTab_gFDdcW__0250{backdrop-filter:blur(10px);cursor:pointer;z-index:102;user-select:none;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s ease-in-out;display:flex;position:absolute;bottom:8px;left:8px}.TextChatUIComponent-module__openTab_gFDdcW__0250:hover{background:#000c;border-color:#ffffff4d;transform:scale(1.05)}.TextChatUIComponent-module__openTab_gFDdcW__0250:active{transform:scale(.95)}.TextChatUIComponent-module__openTab_gFDdcW__0250 img{filter:invert(80%);width:24px;height:24px;transition:all .2s ease-in-out}.TextChatUIComponent-module__stickyButton_gFDdcW__0250{z-index:103;backdrop-filter:blur(10px);cursor:pointer;user-select:none;opacity:1;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s ease-in-out;display:flex;position:absolute;bottom:38px;left:38px}.TextChatUIComponent-module__stickyButton_gFDdcW__0250:hover{background:#000c;border-color:#ffffff4d;transform:scale(1.05)}.TextChatUIComponent-module__stickyButtonFadeOut_gFDdcW__0250{z-index:103;backdrop-filter:blur(10px);cursor:pointer;user-select:none;opacity:0;pointer-events:none;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s ease-in-out;display:flex;position:absolute;bottom:42px;left:42px}.TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0250{z-index:103;backdrop-filter:blur(10px);cursor:pointer;user-select:none;background:#000c;border:1px solid #22c55e99;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s ease-in-out;display:flex;position:absolute;bottom:42px;left:42px;box-shadow:0 0 8px #22c55e4d}.TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0250:hover{border-color:#22c55ecc;transform:scale(1.05);box-shadow:0 0 12px #22c55e66}.TextChatUIComponent-module__stickyButton_gFDdcW__0250 img,.TextChatUIComponent-module__stickyButtonFadeOut_gFDdcW__0250 img,.TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0250 img{filter:invert(70%);width:12px;height:12px;transition:all .2s ease-in-out}.TextChatUIComponent-module__stickyButton_gFDdcW__0250:hover img,.TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0250:hover img{filter:invert(90%)}.TextChatUIComponent-module__controls_gFDdcW__0250 .TextChatUIComponent-module__closeButton_gFDdcW__0250{color:#fffc;backdrop-filter:blur(10px);cursor:pointer;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:500;transition:all .2s ease-in-out;display:flex;position:absolute;top:3px;right:3px}.TextChatUIComponent-module__closeButton_gFDdcW__0250:hover{color:#ffffffe6;background:#000c;border-color:#ffffff4d;transform:scale(1.05)}.TextChatUIComponent-module__closeButton_gFDdcW__0250:active{transform:scale(.95)}.TextChatUIComponent-module__messagesWrapper_gFDdcW__0250{direction:rtl;width:fit-content;max-height:450px;margin-bottom:8px;position:relative}.Networked3dWebExperience-module__respawnButton_7g9l0W__0250{z-index:102;color:#ffffffe6;backdrop-filter:blur(10px);cursor:pointer;user-select:none;background:linear-gradient(135deg,#0009,#0006);border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;padding:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:500;transition:all .2s ease-in-out;display:flex;position:absolute;top:8px;left:8px}.Networked3dWebExperience-module__respawnButton_7g9l0W__0250:hover{background:linear-gradient(135deg,#000c,#0009);border-color:#ffffff4d;transform:translateY(-1px)}.Networked3dWebExperience-module__respawnButton_7g9l0W__0250:active{transform:translateY(0)}\n";globalThis['__css-digest-c066f87a63805017c3d140897de9e462__']="c066f87a63805017c3d140897de9e462";
2
2
  // src/Networked3dWebExperienceClient.ts
3
3
  import {
4
4
  CameraManager,
@@ -54,8 +54,8 @@ import {
54
54
  var Avatar_default = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0z"/></svg>\n';
55
55
 
56
56
  // esbuild-css-modules-plugin-ns-js::src/avatar-selection-ui/components/AvatarPanel/AvatarSelectionUIComponent.module.css:injector.js
57
- var content = globalThis['__css-content-15dcb6aa9b86b42829d2c24500b3f199__'];
58
- var digest = globalThis['__css-digest-15dcb6aa9b86b42829d2c24500b3f199__'];
57
+ var content = globalThis['__css-content-c066f87a63805017c3d140897de9e462__'];
58
+ var digest = globalThis['__css-digest-c066f87a63805017c3d140897de9e462__'];
59
59
  var inject = () => {
60
60
  setTimeout(() => {
61
61
  if (!globalThis.document) {
@@ -81,29 +81,29 @@ var inject = () => {
81
81
 
82
82
  // src/avatar-selection-ui/components/AvatarPanel/AvatarSelectionUIComponent.module.css
83
83
  var AvatarSelectionUIComponent_default = new Proxy({
84
- "avatarSelectionContainer": "AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0242",
85
- "avatarSelectionNoImage": "AvatarSelectionUIComponent-module__avatarSelectionNoImage_VjZ7cq__0242",
86
- "avatarSelectionSection": "AvatarSelectionUIComponent-module__avatarSelectionSection_VjZ7cq__0242",
87
- "avatarSelectionUi": "AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0242",
88
- "avatarSelectionUiAvatar": "AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0242",
89
- "avatarSelectionUiAvatarImage": "AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImage_VjZ7cq__0242",
90
- "avatarSelectionUiAvatarImgContainer": "AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImgContainer_VjZ7cq__0242",
91
- "avatarSelectionUiCloseButton": "AvatarSelectionUIComponent-module__avatarSelectionUiCloseButton_VjZ7cq__0242",
92
- "avatarSelectionUiHeader": "AvatarSelectionUIComponent-module__avatarSelectionUiHeader_VjZ7cq__0242",
93
- "closeButton": "AvatarSelectionUIComponent-module__closeButton_VjZ7cq__0242",
94
- "customAvatarInputSection": "AvatarSelectionUIComponent-module__customAvatarInputSection_VjZ7cq__0242",
95
- "customAvatarSection": "AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0242",
96
- "displayNameInputSection": "AvatarSelectionUIComponent-module__displayNameInputSection_VjZ7cq__0242",
97
- "displayNameSection": "AvatarSelectionUIComponent-module__displayNameSection_VjZ7cq__0242",
98
- "input": "AvatarSelectionUIComponent-module__input_VjZ7cq__0242",
99
- "menuButton": "AvatarSelectionUIComponent-module__menuButton_VjZ7cq__0242",
100
- "openTab": "AvatarSelectionUIComponent-module__openTab_VjZ7cq__0242",
101
- "radioGroup": "AvatarSelectionUIComponent-module__radioGroup_VjZ7cq__0242",
102
- "radioItem": "AvatarSelectionUIComponent-module__radioItem_VjZ7cq__0242",
103
- "sectionHeading": "AvatarSelectionUIComponent-module__sectionHeading_VjZ7cq__0242",
104
- "selectedPill": "AvatarSelectionUIComponent-module__selectedPill_VjZ7cq__0242",
105
- "setButton": "AvatarSelectionUIComponent-module__setButton_VjZ7cq__0242",
106
- "tooltipText": "AvatarSelectionUIComponent-module__tooltipText_VjZ7cq__0242"
84
+ "avatarSelectionContainer": "AvatarSelectionUIComponent-module__avatarSelectionContainer_VjZ7cq__0250",
85
+ "avatarSelectionNoImage": "AvatarSelectionUIComponent-module__avatarSelectionNoImage_VjZ7cq__0250",
86
+ "avatarSelectionSection": "AvatarSelectionUIComponent-module__avatarSelectionSection_VjZ7cq__0250",
87
+ "avatarSelectionUi": "AvatarSelectionUIComponent-module__avatarSelectionUi_VjZ7cq__0250",
88
+ "avatarSelectionUiAvatar": "AvatarSelectionUIComponent-module__avatarSelectionUiAvatar_VjZ7cq__0250",
89
+ "avatarSelectionUiAvatarImage": "AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImage_VjZ7cq__0250",
90
+ "avatarSelectionUiAvatarImgContainer": "AvatarSelectionUIComponent-module__avatarSelectionUiAvatarImgContainer_VjZ7cq__0250",
91
+ "avatarSelectionUiCloseButton": "AvatarSelectionUIComponent-module__avatarSelectionUiCloseButton_VjZ7cq__0250",
92
+ "avatarSelectionUiHeader": "AvatarSelectionUIComponent-module__avatarSelectionUiHeader_VjZ7cq__0250",
93
+ "closeButton": "AvatarSelectionUIComponent-module__closeButton_VjZ7cq__0250",
94
+ "customAvatarInputSection": "AvatarSelectionUIComponent-module__customAvatarInputSection_VjZ7cq__0250",
95
+ "customAvatarSection": "AvatarSelectionUIComponent-module__customAvatarSection_VjZ7cq__0250",
96
+ "displayNameInputSection": "AvatarSelectionUIComponent-module__displayNameInputSection_VjZ7cq__0250",
97
+ "displayNameSection": "AvatarSelectionUIComponent-module__displayNameSection_VjZ7cq__0250",
98
+ "input": "AvatarSelectionUIComponent-module__input_VjZ7cq__0250",
99
+ "menuButton": "AvatarSelectionUIComponent-module__menuButton_VjZ7cq__0250",
100
+ "openTab": "AvatarSelectionUIComponent-module__openTab_VjZ7cq__0250",
101
+ "radioGroup": "AvatarSelectionUIComponent-module__radioGroup_VjZ7cq__0250",
102
+ "radioItem": "AvatarSelectionUIComponent-module__radioItem_VjZ7cq__0250",
103
+ "sectionHeading": "AvatarSelectionUIComponent-module__sectionHeading_VjZ7cq__0250",
104
+ "selectedPill": "AvatarSelectionUIComponent-module__selectedPill_VjZ7cq__0250",
105
+ "setButton": "AvatarSelectionUIComponent-module__setButton_VjZ7cq__0250",
106
+ "tooltipText": "AvatarSelectionUIComponent-module__tooltipText_VjZ7cq__0250"
107
107
  }, {
108
108
  get: function(source, key) {
109
109
  inject();
@@ -464,8 +464,8 @@ import { forwardRef as forwardRef2, useImperativeHandle, useRef as useRef3, useS
464
464
  var PaperPlane_default = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z"/></svg>';
465
465
 
466
466
  // esbuild-css-modules-plugin-ns-js::src/chat-ui/components/Input/InputBox.module.css:injector.js
467
- var content2 = globalThis['__css-content-15dcb6aa9b86b42829d2c24500b3f199__'];
468
- var digest2 = globalThis['__css-digest-15dcb6aa9b86b42829d2c24500b3f199__'];
467
+ var content2 = globalThis['__css-content-c066f87a63805017c3d140897de9e462__'];
468
+ var digest2 = globalThis['__css-digest-c066f87a63805017c3d140897de9e462__'];
469
469
  var inject2 = () => {
470
470
  setTimeout(() => {
471
471
  if (!globalThis.document) {
@@ -491,10 +491,10 @@ var inject2 = () => {
491
491
 
492
492
  // src/chat-ui/components/Input/InputBox.module.css
493
493
  var InputBox_default = new Proxy({
494
- "chatInput": "InputBox-module__chatInput_adOgOW__0242",
495
- "inputWrapper": "InputBox-module__inputWrapper_adOgOW__0242",
496
- "sendButton": "InputBox-module__sendButton_adOgOW__0242",
497
- "svgIcon": "InputBox-module__svgIcon_adOgOW__0242"
494
+ "chatInput": "InputBox-module__chatInput_adOgOW__0250",
495
+ "inputWrapper": "InputBox-module__inputWrapper_adOgOW__0250",
496
+ "sendButton": "InputBox-module__sendButton_adOgOW__0250",
497
+ "svgIcon": "InputBox-module__svgIcon_adOgOW__0250"
498
498
  }, {
499
499
  get: function(source, key) {
500
500
  inject2();
@@ -562,8 +562,8 @@ import { useEffect as useEffect3, useRef as useRef4, useState as useState4 } fro
562
562
  import { useState as useState3, useEffect as useEffect2, useCallback } from "react";
563
563
 
564
564
  // esbuild-css-modules-plugin-ns-js::src/chat-ui/components/Message/Message.module.css:injector.js
565
- var content3 = globalThis['__css-content-15dcb6aa9b86b42829d2c24500b3f199__'];
566
- var digest3 = globalThis['__css-digest-15dcb6aa9b86b42829d2c24500b3f199__'];
565
+ var content3 = globalThis['__css-content-c066f87a63805017c3d140897de9e462__'];
566
+ var digest3 = globalThis['__css-digest-c066f87a63805017c3d140897de9e462__'];
567
567
  var inject3 = () => {
568
568
  setTimeout(() => {
569
569
  if (!globalThis.document) {
@@ -589,8 +589,8 @@ var inject3 = () => {
589
589
 
590
590
  // src/chat-ui/components/Message/Message.module.css
591
591
  var Message_default = new Proxy({
592
- "messageContainer": "Message-module__messageContainer_ikOQiq__0242",
593
- "userName": "Message-module__userName_ikOQiq__0242"
592
+ "messageContainer": "Message-module__messageContainer_ikOQiq__0250",
593
+ "userName": "Message-module__userName_ikOQiq__0250"
594
594
  }, {
595
595
  get: function(source, key) {
596
596
  inject3();
@@ -646,8 +646,8 @@ var Message = ({ username, message, stringToHslOptions }) => {
646
646
  var Message_default2 = Message;
647
647
 
648
648
  // esbuild-css-modules-plugin-ns-js::src/chat-ui/components/Messages/Messages.module.css:injector.js
649
- var content4 = globalThis['__css-content-15dcb6aa9b86b42829d2c24500b3f199__'];
650
- var digest4 = globalThis['__css-digest-15dcb6aa9b86b42829d2c24500b3f199__'];
649
+ var content4 = globalThis['__css-content-c066f87a63805017c3d140897de9e462__'];
650
+ var digest4 = globalThis['__css-digest-c066f87a63805017c3d140897de9e462__'];
651
651
  var inject4 = () => {
652
652
  setTimeout(() => {
653
653
  if (!globalThis.document) {
@@ -673,8 +673,8 @@ var inject4 = () => {
673
673
 
674
674
  // src/chat-ui/components/Messages/Messages.module.css
675
675
  var Messages_default = new Proxy({
676
- "messagesContainer": "Messages-module__messagesContainer_LXaUUW__0242",
677
- "newMessagesButton": "Messages-module__newMessagesButton_LXaUUW__0242"
676
+ "messagesContainer": "Messages-module__messagesContainer_LXaUUW__0250",
677
+ "newMessagesButton": "Messages-module__newMessagesButton_LXaUUW__0250"
678
678
  }, {
679
679
  get: function(source, key) {
680
680
  inject4();
@@ -753,8 +753,8 @@ var Messages = ({ messages, stringToHslOptions, shouldAutoScroll }) => {
753
753
  };
754
754
 
755
755
  // esbuild-css-modules-plugin-ns-js::src/chat-ui/components/ChatPanel/TextChatUIComponent.module.css:injector.js
756
- var content5 = globalThis['__css-content-15dcb6aa9b86b42829d2c24500b3f199__'];
757
- var digest5 = globalThis['__css-digest-15dcb6aa9b86b42829d2c24500b3f199__'];
756
+ var content5 = globalThis['__css-content-c066f87a63805017c3d140897de9e462__'];
757
+ var digest5 = globalThis['__css-digest-c066f87a63805017c3d140897de9e462__'];
758
758
  var inject5 = () => {
759
759
  setTimeout(() => {
760
760
  if (!globalThis.document) {
@@ -780,18 +780,18 @@ var inject5 = () => {
780
780
 
781
781
  // src/chat-ui/components/ChatPanel/TextChatUIComponent.module.css
782
782
  var TextChatUIComponent_default = new Proxy({
783
- "closeButton": "TextChatUIComponent-module__closeButton_gFDdcW__0242",
784
- "controls": "TextChatUIComponent-module__controls_gFDdcW__0242",
785
- "fadeIn": "TextChatUIComponent-module__fadeIn_gFDdcW__0242",
786
- "fadeOut": "TextChatUIComponent-module__fadeOut_gFDdcW__0242",
787
- "messagesWrapper": "TextChatUIComponent-module__messagesWrapper_gFDdcW__0242",
788
- "openTab": "TextChatUIComponent-module__openTab_gFDdcW__0242",
789
- "stickyButton": "TextChatUIComponent-module__stickyButton_gFDdcW__0242",
790
- "stickyButtonEnabled": "TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0242",
791
- "stickyButtonFadeOut": "TextChatUIComponent-module__stickyButtonFadeOut_gFDdcW__0242",
792
- "textChat": "TextChatUIComponent-module__textChat_gFDdcW__0242",
793
- "textChatUi": "TextChatUIComponent-module__textChatUi_gFDdcW__0242",
794
- "uiHover": "TextChatUIComponent-module__uiHover_gFDdcW__0242"
783
+ "closeButton": "TextChatUIComponent-module__closeButton_gFDdcW__0250",
784
+ "controls": "TextChatUIComponent-module__controls_gFDdcW__0250",
785
+ "fadeIn": "TextChatUIComponent-module__fadeIn_gFDdcW__0250",
786
+ "fadeOut": "TextChatUIComponent-module__fadeOut_gFDdcW__0250",
787
+ "messagesWrapper": "TextChatUIComponent-module__messagesWrapper_gFDdcW__0250",
788
+ "openTab": "TextChatUIComponent-module__openTab_gFDdcW__0250",
789
+ "stickyButton": "TextChatUIComponent-module__stickyButton_gFDdcW__0250",
790
+ "stickyButtonEnabled": "TextChatUIComponent-module__stickyButtonEnabled_gFDdcW__0250",
791
+ "stickyButtonFadeOut": "TextChatUIComponent-module__stickyButtonFadeOut_gFDdcW__0250",
792
+ "textChat": "TextChatUIComponent-module__textChat_gFDdcW__0250",
793
+ "textChatUi": "TextChatUIComponent-module__textChatUi_gFDdcW__0250",
794
+ "uiHover": "TextChatUIComponent-module__uiHover_gFDdcW__0250"
795
795
  }, {
796
796
  get: function(source, key) {
797
797
  inject5();
@@ -1009,8 +1009,8 @@ var TextChatUI = class {
1009
1009
  };
1010
1010
 
1011
1011
  // esbuild-css-modules-plugin-ns-js::src/Networked3dWebExperience.module.css:injector.js
1012
- var content6 = globalThis['__css-content-15dcb6aa9b86b42829d2c24500b3f199__'];
1013
- var digest6 = globalThis['__css-digest-15dcb6aa9b86b42829d2c24500b3f199__'];
1012
+ var content6 = globalThis['__css-content-c066f87a63805017c3d140897de9e462__'];
1013
+ var digest6 = globalThis['__css-digest-c066f87a63805017c3d140897de9e462__'];
1014
1014
  var inject6 = () => {
1015
1015
  setTimeout(() => {
1016
1016
  if (!globalThis.document) {
@@ -1036,7 +1036,7 @@ var inject6 = () => {
1036
1036
 
1037
1037
  // src/Networked3dWebExperience.module.css
1038
1038
  var Networked3dWebExperience_default = new Proxy({
1039
- "respawnButton": "Networked3dWebExperience-module__respawnButton_7g9l0W__0242"
1039
+ "respawnButton": "Networked3dWebExperience-module__respawnButton_7g9l0W__0250"
1040
1040
  }, {
1041
1041
  get: function(source, key) {
1042
1042
  inject6();
@@ -1284,6 +1284,9 @@ var Networked3dWebExperienceClient = class {
1284
1284
  groundPlane = null;
1285
1285
  respawnButton = null;
1286
1286
  currentRequestAnimationFrame = null;
1287
+ lastUpdateTime = 0;
1288
+ targetFPS = 60;
1289
+ frameInterval = 1e3 / this.targetFPS;
1287
1290
  setGroundPlaneEnabled(enabled) {
1288
1291
  if (enabled && this.groundPlane === null) {
1289
1292
  this.groundPlane = new GroundPlane();
@@ -1439,7 +1442,8 @@ var Networked3dWebExperienceClient = class {
1439
1442
  this.composer.renderer,
1440
1443
  this.scene,
1441
1444
  this.composer,
1442
- this.config.postProcessingEnabled
1445
+ this.config.postProcessingEnabled,
1446
+ this.collisionsManager.toggleDebug
1443
1447
  );
1444
1448
  this.cameraManager.setupTweakPane(this.tweakPane);
1445
1449
  this.composer.setupTweakPane(this.tweakPane);
@@ -1512,24 +1516,33 @@ var Networked3dWebExperienceClient = class {
1512
1516
  }
1513
1517
  update() {
1514
1518
  var _a, _b, _c;
1515
- this.timeManager.update();
1516
- this.characterManager.update();
1517
- this.cameraManager.update();
1518
- this.updateAudioListenerPosition();
1519
- const characterPosition = (_a = this.characterManager.localCharacter) == null ? void 0 : _a.getPosition();
1520
- (_b = this.composer.sun) == null ? void 0 : _b.updateCharacterPosition(
1521
- new Vector3((characterPosition == null ? void 0 : characterPosition.x) || 0, (characterPosition == null ? void 0 : characterPosition.y) || 0, (characterPosition == null ? void 0 : characterPosition.z) || 0)
1522
- );
1523
- this.composer.render(this.timeManager);
1524
- if ((_c = this.tweakPane) == null ? void 0 : _c.guiVisible) {
1525
- this.tweakPane.updateStats(this.timeManager);
1526
- this.tweakPane.updateCameraData(this.cameraManager);
1527
- if (this.characterManager.localCharacter && this.characterManager.localController) {
1528
- if (!this.characterControllerPaneSet) {
1529
- this.characterControllerPaneSet = true;
1530
- this.characterManager.setupTweakPane(this.tweakPane);
1531
- } else {
1532
- this.tweakPane.updateCharacterData(this.characterManager.localController);
1519
+ const currentTime = performance.now();
1520
+ const elapsed = currentTime - this.lastUpdateTime;
1521
+ if (elapsed >= this.frameInterval) {
1522
+ this.lastUpdateTime = currentTime - elapsed % this.frameInterval;
1523
+ this.timeManager.update();
1524
+ this.characterManager.update();
1525
+ this.cameraManager.update();
1526
+ this.updateAudioListenerPosition();
1527
+ const characterPosition = (_a = this.characterManager.localCharacter) == null ? void 0 : _a.getPosition();
1528
+ (_b = this.composer.sun) == null ? void 0 : _b.updateCharacterPosition(
1529
+ new Vector3(
1530
+ (characterPosition == null ? void 0 : characterPosition.x) || 0,
1531
+ (characterPosition == null ? void 0 : characterPosition.y) || 0,
1532
+ (characterPosition == null ? void 0 : characterPosition.z) || 0
1533
+ )
1534
+ );
1535
+ this.composer.render(this.timeManager);
1536
+ if ((_c = this.tweakPane) == null ? void 0 : _c.guiVisible) {
1537
+ this.tweakPane.updateStats(this.timeManager);
1538
+ this.tweakPane.updateCameraData(this.cameraManager);
1539
+ if (this.characterManager.localCharacter && this.characterManager.localController) {
1540
+ if (!this.characterControllerPaneSet) {
1541
+ this.characterControllerPaneSet = true;
1542
+ this.characterManager.setupTweakPane(this.tweakPane);
1543
+ } else {
1544
+ this.tweakPane.updateCharacterData(this.characterManager.localController);
1545
+ }
1533
1546
  }
1534
1547
  }
1535
1548
  }