Skip to content

Instantly share code, notes, and snippets.

@vieko
Created June 6, 2010 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vieko/427830 to your computer and use it in GitHub Desktop.
Save vieko/427830 to your computer and use it in GitHub Desktop.
// set-up scrolling camera
FlxG.follow(_player,5);
FlxG.followAdjust(0.5,0.5);
FlxG.followBounds(0,0,640,480);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment