This commit is contained in:
MarcEricMartel
2022-10-12 12:38:08 -04:00
parent 3c6b6ea26d
commit 71b1b79bb5
3 changed files with 20 additions and 13 deletions

View File

@@ -8,7 +8,17 @@ onready var MMusic = $"MenuMusic"
onready var CurrentLevel = $"Level"
onready var Levels = {
"lvl2": "Level 2 - Ricocheting",
"lvl1": "Level 1 - What did the five fingers say to the face? SLAP!",
"lvl2": "Level 2 - Something in the way...",
"lvl3": "Level 3 - ",
"lvl4": "Level 4 - ",
"lvl5": "Level 5 - ",
"lvl6": "Level 6 - ",
"lvl7": "Level 7 - ",
"lvl8": "Level 8 - ",
"lvl9": "Level 9 - ",
"lvl10": "Level 10 - ",
"lvl11": "Level 11 - ",
"Spatial" : "I am Error.",
"" : "I also am Error."
}
@@ -51,4 +61,3 @@ func _on_Quit_Game_pressed():