Areg-Galstyan

[BETA 0.0.2] Hitting Animation | Code part

Aug 12th, 2021
2,049
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. new AnimationKeyframe(AnimationKeyframe.Unit.DEGREE, new HashMap<>() {{
  2.     put(AnimationKeyframe.Part.RIGHT_ARM, new double[]{180, 180, 0});
  3. }}, new HashMap<>() {{
  4.     put(AnimationKeyframe.Part.RIGHT_ARM, new double[]{0, 180, 0});
  5. }}, 20L)
Advertisement
Add Comment
Please, Sign In to add comment