Completely redesigned the parallax scrolling with clouds; added Maggie's

welcome sound on new game.
This commit is contained in:
Henry 2026-02-12 23:10:13 +00:00
parent c5a25cb33a
commit fd607018a3
11 changed files with 227 additions and 53 deletions

View file

@ -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():