Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Paper mario esque sprite flipping
- if ((rkey-lkey)!=0){
- image_xscale=lerp(image_xscale,(rkey-lkey),.1)
- }
- if (hspd==0){
- image_index=0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement