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:
@@ -57,6 +57,15 @@ namespace Content.Client.Input
|
||||
human.AddFunction(ContentKeyFunctions.Hotbar7);
|
||||
human.AddFunction(ContentKeyFunctions.Hotbar8);
|
||||
human.AddFunction(ContentKeyFunctions.Hotbar9);
|
||||
human.AddFunction(ContentKeyFunctions.Loadout1);
|
||||
human.AddFunction(ContentKeyFunctions.Loadout2);
|
||||
human.AddFunction(ContentKeyFunctions.Loadout3);
|
||||
human.AddFunction(ContentKeyFunctions.Loadout4);
|
||||
human.AddFunction(ContentKeyFunctions.Loadout5);
|
||||
human.AddFunction(ContentKeyFunctions.Loadout6);
|
||||
human.AddFunction(ContentKeyFunctions.Loadout7);
|
||||
human.AddFunction(ContentKeyFunctions.Loadout8);
|
||||
human.AddFunction(ContentKeyFunctions.Loadout9);
|
||||
|
||||
var ghost = contexts.New("ghost", "common");
|
||||
ghost.AddFunction(EngineKeyFunctions.MoveUp);
|
||||
|
||||
Reference in New Issue
Block a user