more bullet testing

This commit is contained in:
derek
2024-10-22 16:46:18 -05:00
parent b70fd94184
commit 3def6de069
6 changed files with 62 additions and 38 deletions

View File

@@ -77,8 +77,6 @@ height = 1.53305
radius = 0.055
[node name="Bullet" type="RigidBody3D"]
collision_layer = 0
collision_mask = 105
continuous_cd = true
contact_monitor = true
max_contacts_reported = 1

View File

@@ -1081,7 +1081,7 @@ recoil_amount = Vector3(0.5, 0.1, 0.1)
max_ammo = 6
bullet_damage = 5
bullet_force_mod = 10
bullet_speed = 200
bullet_speed = 1200
bullet_drop = 0.0
random_spread_amt = 0.1
chamber = NodePath("revolver1/Chamber")