summaryrefslogtreecommitdiff
path: root/demos/2d/space_shooter/main_menu.gd
diff options
context:
space:
mode:
Diffstat (limited to 'demos/2d/space_shooter/main_menu.gd')
-rw-r--r--demos/2d/space_shooter/main_menu.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/2d/space_shooter/main_menu.gd b/demos/2d/space_shooter/main_menu.gd
index a7f242da7b..0c7e0de542 100644
--- a/demos/2d/space_shooter/main_menu.gd
+++ b/demos/2d/space_shooter/main_menu.gd
@@ -8,4 +8,4 @@ func _ready():
func _on_play_pressed():
get_node("/root/game_state").points = 0
- get_tree().change_scene("res://level.scn")
+ get_tree().change_scene("res://level.tscn")