Grid inventory fixes (#22161)
* Gridinv fixes * eek * oh yeah this too * eek
This commit is contained in:
@@ -1661,12 +1661,22 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<bool> ToggleWalk =
|
||||
CVarDef.Create("control.toggle_walk", false, CVar.CLIENTONLY | CVar.ARCHIVE);
|
||||
|
||||
/*
|
||||
* STORAGE
|
||||
*/
|
||||
|
||||
/// <summary>
|
||||
/// Whether or not the storage UI is static and bound to the hotbar, or unbound and allowed to be dragged anywhere.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> StaticStorageUI =
|
||||
CVarDef.Create("control.static_storage_ui", true, CVar.CLIENTONLY | CVar.ARCHIVE);
|
||||
|
||||
/// <summary>
|
||||
/// Whether or not the storage window uses a transparent or opaque sprite.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> OpaqueStorageWindow =
|
||||
CVarDef.Create("control.opaque_storage_background", false, CVar.CLIENTONLY | CVar.ARCHIVE);
|
||||
|
||||
/*
|
||||
* UPDATE
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user