• RightHandOfIkaros@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    7 days ago

    I don’t see why games cannot be updated to use a dynamically scaling bounding box for UI.

    In the past, games used to already have this for overscan protection. The user was able to move and scale the UI slightly to correct for it and the UI would scale properly based on that setting. Nowadays, they would need to add an achor property to UI elements to say which corner of the screen to follow, so I understand it may be a lot of work to update existing games, but in many game engines this is already a 1-click option.