README.txt 574 B

123456789
  1. #GameGraphics
  2. A collection of game related drawing objects.
  3. - Sprite: A basic sprite system featuring spritesheet loading, easy texture filtering, animation clips (series of frames played back sequentially) and playback framerate.
  4. - Background: An "infinite background" that takes a single texture and tiles it in a way that respects the Canvas translation, as long as you provide a camera Rect containing the camera corners (corrected for parallax, if necessary)
  5. Roadmap: Add Tilemap (will use a similar system as the Background object), "9-patches", Textbox.