This commit is contained in:
MarcEricMartel
2023-10-10 21:46:15 -04:00
parent 58394075dd
commit 7f41ff6483
4 changed files with 49 additions and 14 deletions

15
Scripts/level.gd Normal file
View File

@@ -0,0 +1,15 @@
extends Node2D
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass
func win_screen():
get_tree().change_scene_to_file("res://Scenes/start_menu.tscn")