Guest User

Untitled

a guest
May 27th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. // set-up scrolling camera
  2. FlxG.follow(_player,5);
  3. FlxG.followAdjust(0.5,0.5);
  4. FlxG.followBounds(0,0,640,480);
Add Comment
Please, Sign In to add comment