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.

22 lines
559 B

[gd_scene load_steps=2 format=2]
[ext_resource path="res://gui/popups/NoProviderPopup.gd" type="Script" id=1]
[node name="NoProviderPopup" type="AcceptDialog"]
margin_right = 263.0
margin_bottom = 136.0
popup_exclusive = true
window_title = "Wait!"
dialog_text = "No vote provider is enabled.
Your community won't be able to vote!
Let's go enable one in the Settings!
I will come with you.
We're all in this together.
-- The Popup Painter
"
script = ExtResource( 1 )
[connection signal="confirmed" from="." to="." method="_on_NoProviderPopup_confirmed"]