Bump projectile speed (#13387)

This commit is contained in:
metalgearsloth 2023-01-10 23:31:26 +11:00 committed by GitHub
parent ec954dafc9
commit 678c612833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class GunComponent : Component
/// How fast the projectile moves.
/// </summary>
[ViewVariables(VVAccess.ReadWrite), DataField("projectileSpeed")]
public float ProjectileSpeed = 20f;
public float ProjectileSpeed = 25f;
/// <summary>
/// When the gun is next available to be shot.