diff --git a/ProjectFish/Source/ProjectFish/Definations.h b/ProjectFish/Source/ProjectFish/Definations.h index f0d9422..b0b9ea8 100644 --- a/ProjectFish/Source/ProjectFish/Definations.h +++ b/ProjectFish/Source/ProjectFish/Definations.h @@ -251,7 +251,7 @@ struct FShipDataConfig UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Camera|Position", meta = (ForceUnits = "Degrees",ToolTip = "镜头与地面夹角角度")) float CameraGroundAngle = -45.0f; - UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Camera|Rotation", meta = (ToolTip = "镜头转动灵命度")) + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Camera|Rotation", meta = (ToolTip = "镜头转动灵敏度")) float CameraRotationSensitivity = 1.0f; UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Camera|Rotation", meta = (ToolTip = "反转Y轴")) diff --git a/ProjectFish/移动和镜头相关配置.docx b/ProjectFish/移动和镜头相关配置.docx new file mode 100644 index 0000000..36b2be4 Binary files /dev/null and b/ProjectFish/移动和镜头相关配置.docx differ