diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-10-29 23:24:29 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-10-29 23:24:35 +0100 |
| commit | 6bb847b8b21ebdb6cc5e498e96687ea506f2ac26 (patch) | |
| tree | aaeb6acf27394885808231e0589e7e4854c356dc | |
| parent | b77a428f5c616eee4cc9ebe6f61d5ce02757a211 (diff) | |
Add pause screen
| -rw-r--r-- | Wordart.gd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ func _ready(): func _on_player_dead(): visible = true + get_tree().paused = true |
