diff --git a/packages/client-core/i18n/en/editor.json b/packages/client-core/i18n/en/editor.json index 6cbff4e14f..6cbde8f2be 100755 --- a/packages/client-core/i18n/en/editor.json +++ b/packages/client-core/i18n/en/editor.json @@ -209,6 +209,7 @@ "lbl-exportOptions": "Export Options", "lbl-export": "Export Prefab", "lbl-load": "Load Into Scene", + "lbl-loadOptions": "Load Options", "lbl-unload": "Unload", "lbl-reload": "Reload" }, @@ -226,6 +227,8 @@ "pausetitle": "Pause", "resettitle": "Reset", "lbl-controls": "controls", + "lbl-paused": "Paused", + "info-paused": "Toggle media playback", "info-controls": "Toggle the visibility of the media controls.", "lbl-autoplay": "Autoplay", "info-autoplay": "Toggle whether this video autoplays", @@ -259,7 +262,10 @@ "error-url": "Error Loading From URL" }, "collider": { + "name": "Collider", "description": "An invisible box that objects will bounce off of or rest on top of.\nWithout colliders, objects will fall through floors and go through walls.", + "lbl-type": "Type", + "lbl-shape": "Shape", "lbl-isTrigger": "Trigger" }, "camera": { @@ -486,7 +492,14 @@ "mesh": "Particle Mesh", "blending": "Blending", "transparent": "Transparent", - "world-space": "Use World Space" + "world-space": "Use World Space", + "burst": { + "time":"Burst Time", + "count":"Burst Count", + "cycle":"Burst Cycle", + "interval":"Burst Interval", + "probability":"Burst Probability" + } }, "clouds": { "name": "Cloud", diff --git a/packages/client-core/package.json b/packages/client-core/package.json index 1fb497e846..9ee29d70fb 100755 --- a/packages/client-core/package.json +++ b/packages/client-core/package.json @@ -42,7 +42,6 @@ "@mui/icons-material": "5.11.11", "@mui/lab": "5.0.0-alpha.94", "@mui/material": "5.11.13", - "@mui/styled-engine-sc": "5.11.11", "@mui/x-date-pickers": "6.9.2", "@vladmandic/face-api": "^1.7.9", "apexcharts": "^3.37.1", @@ -75,7 +74,6 @@ "react-router-dom": "6.9.0", "recovery": "^0.2.6", "save-as": "^0.1.8", - "styled-components": "5.3.9", "tick-tock": "^1.0.0", "typescript": "5.0.2", "util": "^0.12.5", @@ -88,7 +86,6 @@ "@types/node": "18.15.5", "@types/react": "18.0.28", "@types/react-router-dom": "5.3.3", - "@types/styled-components": "5.1.26", "@types/three": "0.157.0", "css-modules-require-hook": "4.2.3", "esbuild": "0.17.12", diff --git a/packages/client-core/src/admin/components/Avatars/AvatarDrawer.tsx b/packages/client-core/src/admin/components/Avatars/AvatarDrawer.tsx index cc152d9d95..ff2ae2a92b 100755 --- a/packages/client-core/src/admin/components/Avatars/AvatarDrawer.tsx +++ b/packages/client-core/src/admin/components/Avatars/AvatarDrawer.tsx @@ -505,7 +505,7 @@ const AvatarDrawerContent = ({ open, mode, selectedAvatar, onClose }: Props) => {info && ( -