You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, you can't perform addition/subtraction with Vectors and Rects (or Sprites with a .rect property) like sprite/rect += vector. This is more readable and concise than something like sprite.rect.center += vector. I understand this is a very trivial thing but I'd just like to hear some, if any, problems that mean I shouldn't submit a pull request for this.