Guest User

Untitled

a guest
Mar 2nd, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. void Sword::swordHit(Parent& child)
  2. {
  3.     sprite.setRotation(child.getSprite().getRotation() + 10);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment