NeotokyoRebuild / neo

NEOTOKYO Rebuild - Source SDK 2013 mod of NEOTOKYO
Other
9 stars 9 forks source link

Fix resolution HUD update - All proportional_xypos need to be defined in HudLayout #452

Closed nullsystem closed 4 days ago

nullsystem commented 4 days ago

Description

Without these definitions, updating the screen resolution is stuck with the default value set in the source which is never adjusted for therefore stuck on the initial screen res proportional sizing. This just defines the default values set for proportional_xypos values so that it can be recognized properly.

Toolchain

Linked Issues

nullsystem commented 4 days ago

Might be a good idea to just include all the variables read from hudlayoutscheme into hudlayoutscheme so players know what can be adjusted and how

@AdamTadeusz I'm gonna do something about the color variables so will do that as a separate PR.