new channels
This commit is contained in:
parent
9ea457e21d
commit
a6374aa311
3 changed files with 13 additions and 1 deletions
|
@ -95,7 +95,7 @@ func land(duck: bool) -> void:
|
|||
|
||||
func shoot() -> void:
|
||||
set_energy(energy - bullet_energy)
|
||||
Audio.play_sound(Audio.a_vulcan,Audio.ac_menu)
|
||||
Audio.play_sound(Audio.a_vulcan,Audio.ac_mech_shoot)
|
||||
for pos in bullet_positions.get_children():
|
||||
var bullet = Bullet.instance()
|
||||
bullet.global_position = pos.global_position
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue