@gamelearn/arcade-components 3.19.2 → 3.19.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.
|
@@ -751,11 +751,11 @@ new Vector3(0, 0, 1);
|
|
|
751
751
|
const bones = [
|
|
752
752
|
"Jaw_M",
|
|
753
753
|
"L_lip_jnt",
|
|
754
|
-
"R_lip_jnt"
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
754
|
+
"R_lip_jnt"
|
|
755
|
+
// 'R_LowerLid_jnt',
|
|
756
|
+
// 'L_LowerLid_jnt',
|
|
757
|
+
// 'L_UpperLid_jnt',
|
|
758
|
+
// 'R_UpperLid_jnt',
|
|
759
759
|
], BASIC_ACTIONS_TYPES_WHITELIST = [
|
|
760
760
|
"61408041e917240012e96b17",
|
|
761
761
|
// Affirmative
|