Advertisement
degualt

Paper Mario sprite flipping

Apr 15th, 2019
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Paper mario esque sprite flipping
  2. if ((rkey-lkey)!=0){
  3.   image_xscale=lerp(image_xscale,(rkey-lkey),.1)
  4. }
  5. if (hspd==0){
  6.   image_index=0;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement