FosterFramework / Foster

A small C# game framework
MIT License
422 stars 37 forks source link

Add `Batcher.ImageStretch` for rendering stretched images #80

Closed codecat closed 6 months ago

codecat commented 6 months ago

This closes #78. I've added a few overload variations to it w/ some transormations like the other Image methods have. Let me know if I missed anything.

NoelFB commented 6 months ago

Nice, yeah this is a good idea. Thanks!