mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-27 07:27:15 +01:00
Rest in pose
This commit is contained in:
parent
5416162d0f
commit
a925679552
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ public class ArmAngleTarget {
|
||||||
float headAngle;
|
float headAngle;
|
||||||
|
|
||||||
private ArmAngleTarget() {
|
private ArmAngleTarget() {
|
||||||
lowerArmAngle = 155;
|
lowerArmAngle = 135;
|
||||||
upperArmAngle = 60;
|
upperArmAngle = 45;
|
||||||
headAngle = 0;
|
headAngle = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue