Updates Submodule and updates Inventory Button variables
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Content.Client.GameObjects
|
|||||||
{
|
{
|
||||||
TextureNormal = texture,
|
TextureNormal = texture,
|
||||||
Scale = (2, 2),
|
Scale = (2, 2),
|
||||||
NonFocusKeybinds = true
|
EnableAllKeybinds = true
|
||||||
});
|
});
|
||||||
|
|
||||||
Button.OnPressed += e => OnPressed?.Invoke(e);
|
Button.OnPressed += e => OnPressed?.Invoke(e);
|
||||||
@@ -46,7 +46,7 @@ namespace Content.Client.GameObjects
|
|||||||
SizeFlagsHorizontal = SizeFlags.ShrinkEnd,
|
SizeFlagsHorizontal = SizeFlags.ShrinkEnd,
|
||||||
SizeFlagsVertical = SizeFlags.ShrinkEnd,
|
SizeFlagsVertical = SizeFlags.ShrinkEnd,
|
||||||
Visible = false,
|
Visible = false,
|
||||||
NonFocusKeybinds = true
|
EnableAllKeybinds = true
|
||||||
});
|
});
|
||||||
|
|
||||||
StorageButton.OnPressed += e => OnStoragePressed?.Invoke(e);
|
StorageButton.OnPressed += e => OnStoragePressed?.Invoke(e);
|
||||||
|
|||||||
Submodule RobustToolbox updated: 0adcc3c645...8aa87a6803
Reference in New Issue
Block a user