minor changes

This commit is contained in:
Derek
2024-07-17 21:03:13 -05:00
parent 77b2ecee74
commit 62c0a89c42
11 changed files with 23 additions and 15 deletions

View File

@@ -155,7 +155,7 @@ func fire(delta):
instance_bullet.player = player
instance_bullet.instance_bullethole = bullethole.instantiate()
get_tree().get_root().add_child(instance_bullet)
player.weapon_recoil()
player.weapon_recoil(delta)
chamber.rotate_object_local(Vector3(0,-1,0),deg_to_rad(60))