1
from cocos.skeleton import Bone, Skeleton
3
def Point2(*args): return args
5
root_bone = Bone('body', 70, -180.0, Point2(0.00, 0.00)).add(
6
Bone('upper_arm', 30, 130.782409248, Point2(31.00, -67.00)) .add(
7
Bone('lower_arm', 30, 83.3315481551, Point2(-2.00, -37.00))
12
skeleton = Skeleton( root_bone )
b'\\ No newline at end of file'