rename method

This commit is contained in:
NotAKidoS 2022-12-25 22:52:14 -06:00
parent adafbe8e7a
commit e653d2b804
3 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@ public class DesktopVRIK : MonoBehaviour
}
}
public void CalibrateAvatarVRIK(CVRAvatar avatar)
public void CalibrateDesktopVRIK(CVRAvatar avatar)
{
//Generic VRIK calibration shit

View file

@ -31,7 +31,7 @@ internal class HarmonyPatches
//need IKSystem to see VRIK component for setup
____vrik = avatar.gameObject.AddComponent<VRIK>();
//now I calibrate DesktopVRIK
DesktopVRIK.Instance.CalibrateAvatarVRIK(avatar);
DesktopVRIK.Instance.CalibrateDesktopVRIK(avatar);
}
}

View file

@ -6,7 +6,7 @@
"loaderversion": "0.5.7",
"modtype": "Mod",
"author": "NotAKidoS",
"description": "Adds VRIK to Desktop avatars. No longer will you be a liveless sliding statue~!\nAdds the small feet stepping when looking around on Desktop.\n\nAdditional option to emulate VRChat-like hip movement if you like becoming a fish.",
"description": "Adds VRIK to Desktop avatars. No longer will you be a liveless sliding statue~!\nAdds the small feet stepping when looking around on Desktop.\n\nAdditional option to emulate VRChat-like hip movement if you like being fish.\nThis mod pairs well with Avatar Motion Tweaker by SDraw.",
"searchtags": [
"desktop",
"vrik",