miggor-StreamGraph/addons/no_twitch/demo/test_button.gd

10 lines
180 B
GDScript3
Raw Permalink Normal View History

extends Button
@onready var twitch_connection : Twitch_Connection = $"../../Twitch_Connection"
func _pressed():
2024-01-26 11:26:22 +01:00
OS.shell_open(twitch_connection.authenticate_with_twitch())