diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-10-29 23:37:27 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-10-29 23:37:32 +0100 |
| commit | cdf3e4799e5171c841257b4ee8ad855de44e317a (patch) | |
| tree | 07103877806281f12b958e4d20ff9d4167c1fe10 /Wordart.gd | |
| parent | c86bd690462b7ac1de0641edc7ae30a1ee67df45 (diff) | |
Add death sound
Diffstat (limited to 'Wordart.gd')
| -rw-r--r-- | Wordart.gd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,4 +5,5 @@ func _ready(): func _on_player_dead(): visible = true + $AudioStreamPlayer.play() get_tree().paused = true |
