Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 369 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 369 Bytes

TransformableHitbox2D

A simple 2D library that provides:

  • Transform, capable of translating, rotating and scaling itself, other Transforms (through a simple child/parent hierarchy) and Hitboxes.
  • Hitbox, capable of interacting with other Hitboxes, constructed from a set of connected or separated Lines.
  • Line, capable of interacting with other Lines and points.