Change Log
Added StaticCheck option for static collisions (teleport).
// Collider handles collision detection between rectangles and a 2D tilemap
type Collider[T Integer] struct {
StaticCheck bool // If true, always checks for static collisions. (no movement)
}