cosplay: Touhou/Houjuu Nue #4

Open
aniva wants to merge 189 commits from touhou/houjuu-nue into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit fc154a9810 - Show all commits

View File

@ -1388,7 +1388,7 @@ class WingL(WingProfile):
assert self.wrist_height <= self.shoulder_joint.height
self.wrist_bot_loc = self.wrist_bot_loc.with_angle_2d(self.wrist_angle)
self.wrist_joint.angle_neutral = self.wrist_bot_loc.to2d_rot() + 50.0
self.wrist_joint.angle_neutral = self.wrist_bot_loc.to2d_rot() * 0.7 + 30.0
self.wrist_rotate = -self.wrist_joint.angle_neutral
self.shoulder_joint.flip = True