TheKins / frankenhud

A user-interface mod for Team Fortress 2
39 stars 23 forks source link

HudKothTimeStatus misplaced on some resolutions #17

Closed Thorisoka closed 10 years ago

Thorisoka commented 10 years ago

New KOTH timer values cause the "Overtime" text to be cut, at least on my resolution (1366x768).

Before: http://cloud-4.steampowered.com/ugc/39720745386425634/2EDC056BAF72F4994AA257EF7461254B96F1CCFF/ After: http://cloud-3.steampowered.com/ugc/39720745386428247/E0E09D4211270888F5FE7AC4AFCFAA9DE0AE1F05/

Turns out that the "tall" value of the HudKothTimeStatus field is too small, so I reverted back to 160 on my side for now.

FlaminSarge commented 10 years ago

I'm also experiencing this, last I checked. While 160 works fine, we don't want elements leaking off the bottom of the screen, so I'll check up on what values work.

Also, you should link particular lines in particular commits (like this: https://github.com/TheKins/frankenhud/commit/91d89b1ca169e544d04812004a58fcd48bfea5ef#diff-84bbb761bdc0435c995a525412754c10L44)