Hotbar Improvements + Item Action Integration Test (#2749)
* my IDE keeps wanting to change this so.... * Add item actions integration test, fix bug where empty item action dict was left in SharedActionsComponent state * bigger hotbar arrows * nice wide hotbar pagination hitboxes * add ability to switch hotbar loadout via keybinds * always highlight on drag over of actions hotbar * dont rely on content entity for integration test
This commit is contained in:
@@ -52,5 +52,14 @@ namespace Content.Shared.Input
|
||||
public static readonly BoundKeyFunction Hotbar7 = "Hotbar7";
|
||||
public static readonly BoundKeyFunction Hotbar8 = "Hotbar8";
|
||||
public static readonly BoundKeyFunction Hotbar9 = "Hotbar9";
|
||||
public static readonly BoundKeyFunction Loadout1 = "Loadout1";
|
||||
public static readonly BoundKeyFunction Loadout2 = "Loadout2";
|
||||
public static readonly BoundKeyFunction Loadout3 = "Loadout3";
|
||||
public static readonly BoundKeyFunction Loadout4 = "Loadout4";
|
||||
public static readonly BoundKeyFunction Loadout5 = "Loadout5";
|
||||
public static readonly BoundKeyFunction Loadout6 = "Loadout6";
|
||||
public static readonly BoundKeyFunction Loadout7 = "Loadout7";
|
||||
public static readonly BoundKeyFunction Loadout8 = "Loadout8";
|
||||
public static readonly BoundKeyFunction Loadout9 = "Loadout9";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user