diff --git a/Levels/Level06.tscn b/Levels/Level06.tscn index e770042..93f86d5 100644 --- a/Levels/Level06.tscn +++ b/Levels/Level06.tscn @@ -133,12 +133,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 safe." +text = "You're not safe." +align = 1 [node name="End" type="Timer" parent="."] wait_time = 3.0 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?",