charactercontroller update
This commit is contained in:
parent
fcb6b1c889
commit
aac091d2cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user