diff --git a/Content/PawnControl/Player/BP_Pawn_GravityCharacter.uasset b/Content/PawnControl/Player/BP_Pawn_GravityCharacter.uasset index e23cf53..f96cf6b 100644 Binary files a/Content/PawnControl/Player/BP_Pawn_GravityCharacter.uasset and b/Content/PawnControl/Player/BP_Pawn_GravityCharacter.uasset differ diff --git a/Content/PawnControl/Player/Input/Actions/IA_Slide.uasset b/Content/PawnControl/Player/Input/Actions/IA_Slide.uasset new file mode 100644 index 0000000..1645737 --- /dev/null +++ b/Content/PawnControl/Player/Input/Actions/IA_Slide.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a721006471c42cfda62c6c3e8a00540b7fccbf2d6bbaf3ccd96d8dd49461f15a +size 1805 diff --git a/Content/PawnControl/Player/Input/IMC_Default.uasset b/Content/PawnControl/Player/Input/IMC_Default.uasset index 024d38c..6e0f9c2 100644 --- a/Content/PawnControl/Player/Input/IMC_Default.uasset +++ b/Content/PawnControl/Player/Input/IMC_Default.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e00136c2dac2f4982fc36ca650c2350ab0a0f437b884cb98d515bdde36ff430 -size 15293 +oid sha256:f31f3e32e2471dec6e3ac79cebaa3cf30f116b8f1b8a56b0d2ba2acea1589b3c +size 16692 diff --git a/GrapplingGravity.uproject b/GrapplingGravity.uproject index 7bfcdd9..5231aac 100644 --- a/GrapplingGravity.uproject +++ b/GrapplingGravity.uproject @@ -17,6 +17,10 @@ "TargetAllowList": [ "Editor" ] + }, + { + "Name": "GameplayAbilities", + "Enabled": true } ] } \ No newline at end of file