Upon entering the cave collider, player will now actually enter levelTwo

This commit is contained in:
theskywinds 2025-05-19 15:47:21 +02:00
parent a905acdcb3
commit ef0bc39cb6

View File

@ -2,4 +2,4 @@ extends Area2D
func _on_body_entered(body: Node2D) -> void:
print("Area enteredadaddd")
get_tree().change_scene_to_file("res://levelTwo/levelTwo.tscn")