[ADMIN] Minor Refactor AdminNameOverlay (#35520)
* refactor(src): Minor refactor of Draw in "AdminNameOverlay. And new info about playtime player * fix(src): Add configure classic admin owerlay * fix * tweak(src): Use _antagLabelClassic and tweak style * tweak(src): Add config display overlay for startingJob and playTime * tweak(src): Vector2 is replaced by var * tweak(src): return to the end of the list
This commit is contained in:
@@ -42,4 +42,16 @@ public sealed partial class CCVars
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> AdminOverlayClassic =
|
||||
CVarDef.Create("ui.admin_overlay_classic", false, CVar.CLIENTONLY | CVar.ARCHIVE);
|
||||
|
||||
/// <summary>
|
||||
/// If true, the admin overlay will display the total time of the players
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> AdminOverlayPlaytime =
|
||||
CVarDef.Create("ui.admin_overlay_playtime", false, CVar.CLIENTONLY | CVar.ARCHIVE);
|
||||
|
||||
/// <summary>
|
||||
/// If true, the admin overlay will display the players starting position.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> AdminOverlayStartingJob =
|
||||
CVarDef.Create("ui.admin_overlay_starting_job", false, CVar.CLIENTONLY | CVar.ARCHIVE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user