Increase default projectile speed

This commit is contained in:
baz 2025-04-15 21:21:53 +01:00
parent e0ba69c694
commit e4d1e05fea
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -16,7 +16,7 @@ class VAMPIRES_API UProjectileDataAsset : public UDataAsset
public:
UPROPERTY(EditAnywhere)
float ProjectileSpeed = 500.0f;
float ProjectileSpeed = 1000.0f;
UPROPERTY(EditAnywhere)
TObjectPtr<UStaticMesh> StaticMesh;