6 lines
160 B
GDScript
6 lines
160 B
GDScript
extends TextureButton
|
|
|
|
|
|
func _on_pressed() -> void:
|
|
print("hellloooo :)")
|
|
get_tree().change_scene_to_file("res://node_3d.tscn") # Replace with function body.
|