miggor-StreamGraph/addons/no_twitch/demo/test_button.gd
2024-01-26 03:29:40 -07:00

9 lines
180 B
GDScript

extends Button
@onready var twitch_connection : Twitch_Connection = $"../../Twitch_Connection"
func _pressed():
OS.shell_open(twitch_connection.authenticate_with_twitch())