[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"]