fixed the recoil jiggle

This commit is contained in:
derek
2024-11-06 14:38:15 -06:00
parent d86efbb357
commit fc00ce0fb2
3 changed files with 6 additions and 7 deletions

View File

@@ -404,7 +404,8 @@ _data = {
[node name="mac10" node_paths=PackedStringArray("flare_light", "anim_player", "barrel_raycast", "casing_ejector", "mag_ejector", "audio_fire", "audio_empty", "audio_reload") instance=ExtResource("1_nb4p5")]
script = ExtResource("2_tskiy")
gun_name = "Mac 10"
recoil_amount = Vector3(0.05, 0.05, 0.05)
fov_zoom_amt = 0.995
recoil_amount = Vector3(0.02, 0.05, 0.05)
max_ammo = 20
bullet_damage = 2
bullet_speed = 1500

View File

@@ -1067,10 +1067,9 @@ _data = {
[node name="revolver1" node_paths=PackedStringArray("chamber", "casing0", "casing1", "casing2", "casing3", "casing4", "casing5", "casing_spawn0", "casing_spawn1", "casing_spawn2", "casing_spawn3", "casing_spawn4", "casing_spawn5", "bullet0", "bullet1", "bullet2", "bullet3", "bullet4", "bullet5", "anim_player", "barrel_raycast", "audio_fire", "audio_empty", "audio_reload") instance=ExtResource("1_i5f84")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.0718293, 0)
script = ExtResource("2_7rsti")
gun_name = "Ye Ol' Revolver"
gun_name = ".44 Galore"
fire_mode = 1
fov_zoom_amt = 0.97
recoil_amount = Vector3(0.5, 0.1, 0.1)
recoil_amount = Vector3(0.25, 0.1, 0.1)
max_ammo = 6
bullet_damage = 5
bullet_force_mod = 10