nest-rs / nest

A simple rust 2D graphics library inspired by LOVE2D and https://github.com/alexandercampbell/simple
MIT License
6 stars 3 forks source link

Added scale code for Shape trait #10

Closed twh2898 closed 6 years ago

twh2898 commented 6 years ago

Added scale_both, scale, scale_x, and scale_y methods for the Shape trait.

twh2898 commented 6 years ago

Closed to recreate for cherry pick