fixed hud wobble and removed deprecated scripts
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user