This commit is contained in:
MarcEricMartel
2022-10-12 13:48:39 -04:00
parent 5b7ccd9293
commit d0d4cc0649
2 changed files with 3 additions and 23 deletions

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 - I believe in a thing called BONK!",
"lvl3": "Level 3 - But not too straight.",
"lvl4": "Level 4 - ",
"lvl5": "Level 5 - ",
"lvl6": "Level 6 - ",
@@ -18,7 +18,7 @@ onready var Levels = {
"lvl8": "Level 8 - ",
"lvl9": "Level 9 - ",
"lvl10": "Level 10 - ",
"lvl11": "Level 11 - ",
"lvl11": "Level 11 - I believe in a thing called BONK!",
"Spatial" : "I am Error.",
"" : "I also am Error."
}