Skip to content

Instantly share code, notes, and snippets.

@blachniet
Created April 4, 2012 14:54
Show Gist options
  • Save blachniet/2302171 to your computer and use it in GitHub Desktop.
Save blachniet/2302171 to your computer and use it in GitHub Desktop.
blog_diving-into-world-construction-kit
override public function createBody():void
{
super.createBody();
b2body.SetUserData( new BodyData( BodyData.WALL, this ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment