charactercontroller update
This commit is contained in:
parent
fcb6b1c889
commit
aac091d2cc
@ -36,7 +36,7 @@ func _physics_process(delta: float) -> void:
|
|||||||
pushLeftEnabled = false
|
pushLeftEnabled = false
|
||||||
# Handle Shoot
|
# Handle Shoot
|
||||||
if Input.is_action_just_pressed("shoot"):
|
if Input.is_action_just_pressed("shoot"):
|
||||||
print("shooting")
|
#refactor this to get bullet from SceneManager (bullet pool)
|
||||||
var newBullet = bullet.instantiate()
|
var newBullet = bullet.instantiate()
|
||||||
owner.add_child(newBullet)
|
owner.add_child(newBullet)
|
||||||
newBullet.transform = right_target.global_transform
|
newBullet.transform = right_target.global_transform
|
||||||
|
Loading…
Reference in New Issue
Block a user