pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
766 stars 120 forks source link

Add default dest (0, 0) to Surface.blit #2936

Closed damusss closed 12 hours ago

damusss commented 1 week ago

Implements https://github.com/pygame-community/pygame-ce/issues/2935

I'm not sure if you want this to be added, personally I like it. I didn't discuss it because the implementation seemed pretty simple, so even if you don't want it it's not a big deal. The reasoning for it can be understood in the issue description.

I only modified blit and not blits/fblits, but I'm pretty sure I can add it to them too if you want, but for now I don't think it's a good idea.