mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
b94c3702cc
Patch the Array/Dictionary/Array problem with NoTwitch Plus tweaks the existing Connected Account Info + Chat Received Nodes. Reviewed-on: https://codeberg.org/StreamGraph/StreamGraph/pulls/124 Co-authored-by: Eroax <eroaxebusiness@duck.com> Co-committed-by: Eroax <eroaxebusiness@duck.com>
9 lines
172 B
GDScript
9 lines
172 B
GDScript
extends Button
|
|
|
|
|
|
@onready var twitch_connection : No_Twitch = $"../../Twitch_Connection"
|
|
|
|
func _pressed():
|
|
|
|
OS.shell_open(twitch_connection.authenticate_with_twitch())
|
|
|