Menu pages can now use either a fixed layout (all objects positioned absolutely relative to the page origin) or make use of the dynamic layout algorithm (which trys to automatically position elements to make best use of the available screen real estate).
Made use of the fixed layout to address the positioning issue with Hexen's player class selection page.
Todo: Use the fixed layout for all original game menu pages other than the various options pages (necessary for mod compatibility).
Game Menu|Added: Added a fixed layout method
Menu pages can now use either a fixed layout (all objects positioned
absolutely relative to the page origin) or make use of the dynamic
layout algorithm (which trys to automatically position elements to
make best use of the available screen real estate).
Made use of the fixed layout to address the positioning issue with
Hexen's player class selection page.
Todo: Use the fixed layout for all original game menu pages other
than the various options pages (necessary for mod compatibility).