diff --git a/KOFForever/Content/Characters/Terry/BP_Terry.uasset b/KOFForever/Content/Characters/Terry/BP_Terry.uasset index 9cd6cdb..e76ef5e 100644 --- a/KOFForever/Content/Characters/Terry/BP_Terry.uasset +++ b/KOFForever/Content/Characters/Terry/BP_Terry.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63392ea849346fd0c7a7b2392fc705d591d84ded3e2f1543114bcf08641f575f +oid sha256:b72d8cef5f698ec47ec1578b6de47f8341e8e374212f386a863de1d963aa722a size 23904 diff --git a/KOFForever/Content/Characters/Terry/Sprites/JumpNeutral/JumpNeutral.uasset b/KOFForever/Content/Characters/Terry/Sprites/JumpNeutral/JumpNeutral.uasset index 034fa94..614b4ea 100644 --- a/KOFForever/Content/Characters/Terry/Sprites/JumpNeutral/JumpNeutral.uasset +++ b/KOFForever/Content/Characters/Terry/Sprites/JumpNeutral/JumpNeutral.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5720db06075ab380c717a2176c0deae8700b338336d0198105df40b08ac1a341 -size 13962 +oid sha256:e6515adfd7a67e74a3c754983ce3275bd438b0dee94ef67bdebea87b84b6ff74 +size 13420 diff --git a/KOFForever/Content/Maps/Debug/DebugStage.umap b/KOFForever/Content/Maps/Debug/DebugStage.umap index eee87bf..48f435a 100644 --- a/KOFForever/Content/Maps/Debug/DebugStage.umap +++ b/KOFForever/Content/Maps/Debug/DebugStage.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f91a9907a5d6105606f82f8440a4c434ed841e33969e1da2d27edc2f312d9221 +oid sha256:a1f39402fe1bd61709f1901afbad391a49c800e12163644b67d3734c1161dfb1 size 80097 diff --git a/KOFForever/Source/KOFForever/Private/Character/KOFBaseCharacter.cpp b/KOFForever/Source/KOFForever/Private/Character/KOFBaseCharacter.cpp index 5ce62f1..e68ec39 100644 --- a/KOFForever/Source/KOFForever/Private/Character/KOFBaseCharacter.cpp +++ b/KOFForever/Source/KOFForever/Private/Character/KOFBaseCharacter.cpp @@ -39,15 +39,15 @@ AKOFBaseCharacter::AKOFBaseCharacter() Shadow->SetSpriteColor(FColor(0.0f, 0.0f, 0.0f, 128)); } - MaxWalkSpeed = 300; - GravityScale = 2; - VerticalNormalJumpVelocity = 1000; + MaxWalkSpeed = 450; + GravityScale = FFixed(4); + VerticalNormalJumpVelocity = 1550; HorizontalNormalJumpVelocity = MaxWalkSpeed; /* VerticalSuperJumpVelocity = 2000; VerticalNormalHopVelocity = 1000; VerticalSuperHopVelocity; - HorizontalSuperJumpVelocity; + HorizontalSuperJumpVelocity = 700; HorizontalNormalHopVelocity; HorizontalSuperHopVelocity; */