From 3493d0b15690e1e415b868d86da999d407078897 Mon Sep 17 00:00:00 2001 From: MarcEricMartel Date: Wed, 12 Oct 2022 23:01:00 -0400 Subject: [PATCH 1/2] centered You no safe --- Levels/Level06.tscn | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Levels/Level06.tscn b/Levels/Level06.tscn index 38c6fc2..2af2f13 100644 --- a/Levels/Level06.tscn +++ b/Levels/Level06.tscn @@ -131,12 +131,13 @@ margin_bottom = 40.0 [node name="Win" type="Label" parent="Messages"] visible = false -margin_left = 775.0 -margin_top = 469.0 -margin_right = 1187.0 -margin_bottom = 627.0 +margin_left = 749.0 +margin_top = 467.0 +margin_right = 1189.0 +margin_bottom = 625.0 custom_fonts/font = SubResource( 6 ) text = "You're not safe." +align = 1 [node name="End" type="Timer" parent="."] wait_time = 3.0 From e2905195d7c0c3c882fa2605808344bfb11fc3e5 Mon Sep 17 00:00:00 2001 From: MarcEricMartel Date: Wed, 12 Oct 2022 23:02:44 -0400 Subject: [PATCH 2/2] Update Start.gd --- Start.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start.gd b/Start.gd index dfca7d3..769fffe 100644 --- a/Start.gd +++ b/Start.gd @@ -15,7 +15,7 @@ onready var Levels = { "lvl3": "Level 3 - But not too straight.", "lvl4": "Level 4 - Memento Mori.", "lvl5": "Level 5 - Hide and Slap.", - "lvl6": "Level 6 - Please remain calm.", + "lvl6": "Level 6 - Remain calm.", "lvl7": "Level 7 - Measure twice, slap once.", "lvl8": "Level 8 - Iiiiiiiiiiiiii just want to fly!", "lvl9": "Level 9 - Is it safe?",