Show held item next to cursor (option). (#4658)
* Show held item next to cursor (option). * UI scale Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
committed by
GitHub
parent
7b7562f75b
commit
3d19a991d8
@@ -245,6 +245,13 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<int> HudTheme =
|
||||
CVarDef.Create("hud.theme", 0, CVar.ARCHIVE | CVar.CLIENTONLY);
|
||||
|
||||
public static readonly CVarDef<bool> HudHeldItemShow =
|
||||
CVarDef.Create("hud.held_item_show", true, CVar.ARCHIVE | CVar.CLIENTONLY);
|
||||
|
||||
public static readonly CVarDef<float> HudHeldItemOffset =
|
||||
CVarDef.Create("hud.held_item_offset", 28f, CVar.ARCHIVE | CVar.CLIENTONLY);
|
||||
|
||||
|
||||
/*
|
||||
* AI
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user