@gamelearn/arcade-components 3.9.1 → 3.9.3
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.
|
@@ -710,22 +710,18 @@ new Vector3(0, 1, 0);
|
|
|
710
710
|
new Vector3(0, 0, 1);
|
|
711
711
|
const bones = [
|
|
712
712
|
"Jaw_M",
|
|
713
|
-
"Head_M",
|
|
714
713
|
"L_lip_jnt",
|
|
715
|
-
"L_lip",
|
|
716
|
-
"L_lip_grp",
|
|
717
|
-
"HeadEnd_M",
|
|
718
|
-
"Neck_M",
|
|
719
|
-
"NeckPart1",
|
|
720
|
-
"NeckPart1_M",
|
|
721
714
|
"R_lip_jnt",
|
|
722
|
-
"
|
|
723
|
-
"
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
"
|
|
727
|
-
"
|
|
728
|
-
"
|
|
715
|
+
"R_LowerLid_jnt",
|
|
716
|
+
"L_LowerLid_jnt",
|
|
717
|
+
// 'R_eye_jnt',
|
|
718
|
+
// 'L_eye_jnt',
|
|
719
|
+
"L_UpperLid_jnt",
|
|
720
|
+
"L_outerEyebrow_jnt",
|
|
721
|
+
"R_UpperLid_jnt",
|
|
722
|
+
"L_innerEyebrow_jnt",
|
|
723
|
+
"L_innerEyebrow_jnt1",
|
|
724
|
+
"L_outerEyebrow_jnt1"
|
|
729
725
|
], BASIC_ACTIONS_TYPES_WHITELIST = [
|
|
730
726
|
"61408041e917240012e96b17",
|
|
731
727
|
// Affirmative
|
|
@@ -27670,16 +27666,18 @@ function CartelComponent({
|
|
|
27670
27666
|
return useEffect(() => {
|
|
27671
27667
|
p.current && new ResizeObserver(() => A(24, 48) && R()).observe(p.current);
|
|
27672
27668
|
}), useEffect(() => {
|
|
27673
|
-
if (y && !f && !r) {
|
|
27669
|
+
if (e && y && !f && !r) {
|
|
27674
27670
|
const P = characterMs$1 * (e.length || 0);
|
|
27675
27671
|
C(
|
|
27676
27672
|
() => {
|
|
27677
27673
|
S();
|
|
27678
27674
|
},
|
|
27679
|
-
P <
|
|
27675
|
+
P < 2e3 ? 2e3 : P
|
|
27680
27676
|
);
|
|
27681
27677
|
}
|
|
27682
|
-
return () => {
|
|
27678
|
+
return !e && y && !f && !r && C(() => {
|
|
27679
|
+
S();
|
|
27680
|
+
}, 1400), () => {
|
|
27683
27681
|
T();
|
|
27684
27682
|
};
|
|
27685
27683
|
}), /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|