From 0cd8413a19dd77aca0df09c0787f9b37675a5a97 Mon Sep 17 00:00:00 2001 From: Willow Behar <2364126-TechRunner@users.noreply.gitlab.com> Date: Sat, 11 May 2024 00:17:08 -0500 Subject: [PATCH] Changed Game Over to UNEMPLOYED --- Assets/components/game_over.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/components/game_over.tscn b/Assets/components/game_over.tscn index 35c5f74..81db421 100644 --- a/Assets/components/game_over.tscn +++ b/Assets/components/game_over.tscn @@ -47,7 +47,7 @@ grow_horizontal = 2 grow_vertical = 2 theme = ExtResource("1_hixiq") theme_override_font_sizes/font_size = 200 -text = "GAME OVER" +text = "UNEMPLOYED" horizontal_alignment = 1 vertical_alignment = 1 @@ -67,6 +67,6 @@ grow_horizontal = 2 grow_vertical = 2 theme = ExtResource("1_hixiq") theme_override_font_sizes/font_size = 200 -text = "GAME OVER" +text = "UNEMPLOYED" horizontal_alignment = 1 vertical_alignment = 1