deepnight / gameBase

Base structure for my games, using Heaps framework and Haxe language.
https://deepnight.net
MIT License
614 stars 152 forks source link

Base Screen Scale #29

Closed edwinsyarief closed 2 years ago

edwinsyarief commented 3 years ago

Hi @deepnight ,

How to make this gameBase Advance able to scale to LetterBox? Because, it seems it will make all the children objects into the wrong position.

Thank you.