hello iam a new in Godot how make that : i want form sence enter in other sence , when player pressed button in gme?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By markgtain
:bust_in_silhouette: Reply From: larrxi

Look here: Singletons (AutoLoad) — Godot Engine (3.2) documentation in English

:bust_in_silhouette: Reply From: CarCedo

First you need create a signal send when buttons click for example in my function:
func _on_Button_pressed():
i write this code to my function:
get_tree().change_scene("STRING PATH")
DONT FORGET TO CHANGE THE STRING PATH TO YOUR SCENE YOU LIKE