vivisu/play_button.gd
2025-08-04 00:39:07 -04:00

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.