This commit is contained in:
parent
4a31db6411
commit
88c05bbd8c
21 changed files with 194 additions and 75 deletions
|
@ -21,7 +21,7 @@ func update_animation():
|
|||
$Engine.play("idle")
|
||||
|
||||
func _input(event):
|
||||
if event.is_action_pressed("shoot") and speed != 0:
|
||||
if event.is_action_pressed("primary_fire") and speed != 0:
|
||||
fire_laser()
|
||||
|
||||
func _process(delta):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue