Skip to content

Commit

Permalink
Minor fixups in RumbleFxTable
Browse files Browse the repository at this point in the history
  • Loading branch information
Antidote committed Jan 14, 2023
1 parent 2ed0e39 commit 292e655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Runtime/Input/RumbleFxTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ constexpr RumbleFXTable RumbleFxTable{{
{1.2f, 0.f, 0.05f, 0.3f, 0.4f, 1.1f, false, false}, // CameraShake
{1.02f, 0.f, 0.065f, 0.175f, 0.85f, 0.9f, false, false}, // EscapeSequenceShake
{0.48f, 0.f, 0.065f, 0.175f, 0.4f, 0.0f, false, false},
{0.72f, 0.f, 0.001f, 0.001f, 0.6f, 0.1f, false, false},
{0.24f, 0.f, 0.001f, 0.525f, 0.2f, 0.2f, false, false},
{2.4f, 0.f, 0.001f, 0.466f, 0.f, 0.f, false, false}, // PlayerBump
{0.72f, 0.f, 0.01f, 0.01f, 0.6f, 0.1f, false, false},
{0.24f, 0.f, 0.01f, 0.525f, 0.2f, 0.2f, false, false},
{2.4f, 0.f, 0.01f, 0.466f, 0.f, 0.f, false, false}, // PlayerBump
{0.5532f, 0.f, 0.f, 1.345f, 0.f, 1.756f, false, false}, // PlayerGunCharge
{2.4f, 0.f, 0.01f, 0.125f, 0.25f, 0.5f, false, false}, // PlayerMissileFire
{0.84f, 0.f, 0.1f, 0.125f, 0.35f, 1.0f, false, false}, // PlayerGrappleFire
Expand Down

0 comments on commit 292e655

Please sign in to comment.