You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
692 B

[gd_scene load_steps=2 format=2]
[ext_resource path="res://gui/popups/NoTwitchSettingsPopup.gd" type="Script" id=1]
[node name="NoTwitchSettingsPopup" type="AcceptDialog"]
visible = true
margin_right = 83.0
margin_bottom = 58.0
popup_exclusive = true
dialog_text = "Well done!
The thing is, to be able to read a Twitch Chat,
we need to know which Twitch Chat to read.
There's lots of them, as you may know.
Also, the bouncer of Twitch requires credentials
to enter the premises (but the dress code is lax)
Let's review together what's needed!
-- The Popup Paintress"
script = ExtResource( 1 )
[connection signal="confirmed" from="." to="." method="_on_NoTwitchSettingsPopup_confirmed"]