lol
This commit is contained in:
4
Start.gd
4
Start.gd
@@ -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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user