aboutsummaryrefslogtreecommitdiff
path: root/menu/Menu.gd
diff options
context:
space:
mode:
Diffstat (limited to 'menu/Menu.gd')
-rw-r--r--menu/Menu.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu/Menu.gd b/menu/Menu.gd
index d04aad7..fa895da 100644
--- a/menu/Menu.gd
+++ b/menu/Menu.gd
@@ -17,7 +17,7 @@ func _ready():
func _on_Play_button_up():
- if get_tree().change_scene("res://game/game.tscn") != OK:
+ if get_tree().change_scene("res://game/Game.tscn") != OK:
print("There was an error trying to load the scene...")
pass # Replace with function body.