lvl1 lvl2 lvl3

This commit is contained in:
MarcEricMartel
2022-10-12 13:32:38 -04:00
parent f02268b101
commit 8deb034f52
6 changed files with 181 additions and 8 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 - ",
"lvl3": "Level 3 - Ever seen Star Wars? No?",
"lvl4": "Level 4 - ",
"lvl5": "Level 5 - ",
"lvl6": "Level 6 - ",
@@ -42,6 +42,8 @@ func _on_New_Game_pressed():
get_tree().paused = false
ingame = true
MMusic.stop()
if get_tree().get_current_scene().get_node("Music"):
get_tree().get_current_scene().get_node("Music").play()
func openMenu():
if (ingame):