charactercontroller update

This commit is contained in:
OddlyTimbot 2025-01-13 17:29:43 -05:00
parent fcb6b1c889
commit aac091d2cc

View File

@ -36,7 +36,7 @@ func _physics_process(delta: float) -> void:
pushLeftEnabled = false
# Handle Shoot
if Input.is_action_just_pressed("shoot"):
print("shooting")
#refactor this to get bullet from SceneManager (bullet pool)
var newBullet = bullet.instantiate()
owner.add_child(newBullet)
newBullet.transform = right_target.global_transform