Skip to content

Commit 31d158a

Browse files
committed
Update default values to match saved assets
1 parent 396b3df commit 31d158a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Bullet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class Bullet : MonoBehaviour
1212
/// How fast the bullet travels.
1313
/// </summary>
1414
[Tooltip("How fast the bullet travels.")]
15-
public float speed = 100.0f;
15+
public float speed = 500.0f;
1616

1717
/// <summary>
1818
/// The maximum amount of time the bullet will

0 commit comments

Comments
 (0)