Blud_Mage/Scripts/level.gd
2023-10-11 01:21:26 -04:00

15 lines
324 B
GDScript

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")