Completely redesigned the parallax scrolling with clouds; added Maggie's
welcome sound on new game.
This commit is contained in:
parent
c5a25cb33a
commit
fd607018a3
11 changed files with 227 additions and 53 deletions
|
|
@ -125,6 +125,7 @@ func _input(EventInput):
|
|||
if EventInput.is_action_pressed("shoot") and playing == false:
|
||||
print("Input detected!")
|
||||
start_button.hide()
|
||||
$Welcome.play()
|
||||
new_game()
|
||||
|
||||
func _on_start_pressed():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue