[gd_scene load_steps=3 format=3 uid="uid://eioso6jb42jy"] [ext_resource type="Script" path="res://graph_node_renderer/obs_websocket_setup_dialog.gd" id="1_6ggla"] [ext_resource type="PackedScene" uid="uid://c1y0cg4arcbhw" path="res://graph_node_renderer/obs_ws_subscriptions_container.tscn" id="2_pab7h"] [node name="OBSWebsocketSetupDialog" type="ConfirmationDialog"] title = "OBS Websocket Setup" initial_position = 4 size = Vector2i(500, 300) script = ExtResource("1_6ggla") [node name="VBoxContainer" type="VBoxContainer" parent="."] offset_left = 8.0 offset_top = 8.0 offset_right = 492.0 offset_bottom = 251.0 [node name="GridContainer" type="GridContainer" parent="VBoxContainer"] layout_mode = 2 columns = 2 [node name="Label" type="Label" parent="VBoxContainer/GridContainer"] layout_mode = 2 text = "Port" [node name="PortSpinBox" type="SpinBox" parent="VBoxContainer/GridContainer"] unique_name_in_owner = true layout_mode = 2 max_value = 25565.0 value = 4455.0 [node name="Label2" type="Label" parent="VBoxContainer/GridContainer"] layout_mode = 2 text = "Password" [node name="PasswordLineEdit" type="LineEdit" parent="VBoxContainer/GridContainer"] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 secret = true [node name="ToggleSubscriptionsButton" type="Button" parent="VBoxContainer"] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 4 toggle_mode = true text = "Subscriptions" [node name="OBSWSSubscriptionsContainer" parent="VBoxContainer" instance=ExtResource("2_pab7h")] visible = false layout_mode = 2 [node name="ConnectButton" type="Button" parent="VBoxContainer"] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 4 text = "Connect" [connection signal="toggled" from="VBoxContainer/ToggleSubscriptionsButton" to="VBoxContainer/OBSWSSubscriptionsContainer" method="set_visible"]