The blue areas will have UI elements and the green area is reserved for the image
When a chosen image is to large, it needs to be scaled down dynamically so it fits correctly on screen.
Depending on it’s size, this means that either the vertical, or horizontal white borders are the guide to scaling, and change when the image is a certain amount taller then it is wide.
As much as the image can, it needs to rake up the green area, it’s even allowed to scale up when it is smaller then it.
the image is saved as
global_origin_image
in Globals.gd
what is the best way to handle this?
The colored areas have been made by scaling, is it smarter to use normal sized images if width measurements are needed?