ewr
This commit is contained in:
13
Start.gd
13
Start.gd
@@ -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():
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user