Updates Submodule and updates Inventory Button variables

This commit is contained in:
ShadowCommander
2019-08-09 15:47:59 -07:00
parent 7753ae7c3a
commit b38e780f01
2 changed files with 3 additions and 3 deletions

View File

@@ -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);