wfesc
This commit is contained in:
parent
8deb034f52
commit
25fb800039
@ -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
|
||||
|
2
Start.gd
2
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 - Ever seen Star Wars? No?",
|
||||
"lvl3": "Level 3 - I believe in a thing called BONK!",
|
||||
"lvl4": "Level 4 - ",
|
||||
"lvl5": "Level 5 - ",
|
||||
"lvl6": "Level 6 - ",
|
||||
|
Loading…
x
Reference in New Issue
Block a user