This commit is contained in:
MarcEricMartel 2022-10-12 13:37:18 -04:00
parent 8deb034f52
commit 25fb800039
2 changed files with 2 additions and 1 deletions

View File

@ -133,6 +133,7 @@ margin_right = 1187.0
margin_bottom = 627.0
custom_fonts/font = SubResource( 8 )
text = "You're Winner!"
align = 1
[node name="End" type="Timer" parent="."]
wait_time = 3.0

View File

@ -10,7 +10,7 @@ onready var CurrentLevel = $"Level"
onready var Levels = {
"lvl1": "Level 1 - What did the five fingers say to the face? SLAP!",
"lvl2": "Level 2 - Something in the way...",
"lvl3": "Level 3 - Ever seen Star Wars? No?",
"lvl3": "Level 3 - I believe in a thing called BONK!",
"lvl4": "Level 4 - ",
"lvl5": "Level 5 - ",
"lvl6": "Level 6 - ",