Wield glider instead of weapon when attempting glide wield, change behavior when running into walls to not drop out of gliding

This commit is contained in:
Justin Shipsey
2020-06-16 21:32:39 +00:00
parent c22f9530e4
commit 2f896849d4
23 changed files with 451 additions and 45 deletions

View File

@ -29,6 +29,7 @@ pub enum ControlEvent {
pub enum ControlAction {
SwapLoadout,
Wield,
GlideWield,
Unwield,
Sit,
Dance,