pygame-ce
pygame-ce copied to clipboard
`Renderer.blit` rework.
trafficstars
- Fixes #2616, now it supports frect.
- Fixs #2622, now this function only accept Texture, Image, Surface and their subclasses.
- The function will raise an error when
TextureorImagecreated from other Renderers is passed. - Now
Renderer.blitsupports Surface as source.
- The function will raise an error when