Nazariglez / Gecko2D

Cross-platform Game Framework
https://nazariglez.github.io/Gecko2D
MIT License
50 stars 7 forks source link

Add new container or a helper to scale containers to a parent #53

Closed Nazariglez closed 6 years ago

Nazariglez commented 6 years ago

add methods like scaleFitTo(width, height), scaleFillTo(width, height), etc... to make easy scale containers in different resolutions, because it's something very common making games.