Skip to content

Instantly share code, notes, and snippets.

@talentless
Created April 10, 2012 18:32
Show Gist options
  • Save talentless/2353534 to your computer and use it in GitHub Desktop.
Save talentless/2353534 to your computer and use it in GitHub Desktop.
Crafty.c("Flippable", {init: function() { this.requires("2D"); },
flipX: function(flipped) { this["_flipX"] = flipped; this.trigger("Changed"); },
flipY: function(flipped) { this["_flipY"] = flipped; this.trigger("Changed"); }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment