fixed hud wobble and removed deprecated scripts

This commit is contained in:
Derek
2025-03-06 08:32:43 -06:00
parent 0da561f425
commit 7ab4813d2a
7 changed files with 14 additions and 664 deletions

View File

@@ -262,6 +262,8 @@ func bullet_fire():
revolver_chamber_rot_amt += 60
if weapon_info.smoke_enabled:
spawn_muzzle_smoke()
if casing_ejector != null:
spawn_casing()
player.recoil.add_recoil(Vector3(0,weapon_info.recoil_amount.y,weapon_info.recoil_amount.z),10,10)
player.recoil.add_gun_recoil(weapon_info.recoil_amount.x)