litiengine icon indicating copy to clipboard operation
litiengine copied to clipboard

Resizing the window doesn't affect GuiComponent dimensions and positioning.

Open nightm4re94 opened this issue 4 years ago • 0 comments

With how we currently handle GUIComponents, resizing the Game window does not change their dimensions and positioning. Maybe we could find a way of determining a "scaling factor" from the previous window size which we would then apply to GUIComponents' coordinates and size after each resize operation.

nightm4re94 avatar Mar 29 '20 10:03 nightm4re94