diff --git a/Content/Blueprints/BP_SpaceshipPawn.uasset b/Content/Blueprints/BP_SpaceshipPawn.uasset index 20beccd..b88368f 100644 --- a/Content/Blueprints/BP_SpaceshipPawn.uasset +++ b/Content/Blueprints/BP_SpaceshipPawn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b826e4d68561eec671694360d02d1c93a17d710ebf66d42374608ffb9c56712 -size 33223 +oid sha256:94edfc724f1b26a37de53e678343fc890e7ee701c6bca0568a9863d4c388bcbd +size 33341 diff --git a/Source/MyProject3/SpaceshipPawn.h b/Source/MyProject3/SpaceshipPawn.h index d4d3bf3..e19f64a 100644 --- a/Source/MyProject3/SpaceshipPawn.h +++ b/Source/MyProject3/SpaceshipPawn.h @@ -49,7 +49,7 @@ protected: float ThrustAcceleration = 500.0f; UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Movement") - float ThrustDeceleration = 200.0f; + float ThrustDeceleration = 500.0f; UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Movement") float RotationSpeed = 100.0f; @@ -58,7 +58,7 @@ protected: float MouseSensitivity = 2.0f; UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Movement") - float DragCoefficient = 0.1f; + float DragCoefficient = 0.05f; // Input functions void HandleThrottleStarted(const FInputActionValue& Value);