2023-11-27 08:52:29 +01:00
|
|
|
[gd_scene load_steps=6 format=3 uid="uid://duaah5x0jhkn6"]
|
2023-11-22 05:26:11 +01:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://graph_node_renderer/deck_holder_renderer.gd" id="1_67g2g"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://b84f2ngtcm5b8" path="res://graph_node_renderer/tab_container_custom.tscn" id="1_s3ug2"]
|
|
|
|
[ext_resource type="Theme" uid="uid://dqqdqscid2iem" path="res://graph_node_renderer/default_theme.tres" id="1_tgul2"]
|
2023-11-27 08:52:29 +01:00
|
|
|
[ext_resource type="Script" path="res://addons/no-obs-ws/NoOBSWS.gd" id="4_nu72u"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://eioso6jb42jy" path="res://graph_node_renderer/obs_websocket_setup_dialog.tscn" id="5_uo2gj"]
|
2023-11-22 05:26:11 +01:00
|
|
|
|
|
|
|
[node name="DeckHolderRenderer" type="Control"]
|
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
theme = ExtResource("1_tgul2")
|
|
|
|
script = ExtResource("1_67g2g")
|
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
theme_override_constants/margin_left = 2
|
|
|
|
theme_override_constants/margin_top = 2
|
|
|
|
theme_override_constants/margin_right = 2
|
|
|
|
theme_override_constants/margin_bottom = 2
|
|
|
|
|
|
|
|
[node name="VSplitContainer" type="VSplitContainer" parent="MarginContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
split_offset = 677
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VSplitContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="MenuBar" type="MenuBar" parent="MarginContainer/VSplitContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="File" type="PopupMenu" parent="MarginContainer/VSplitContainer/VBoxContainer/MenuBar"]
|
|
|
|
item_count = 7
|
|
|
|
item_0/text = "New Deck"
|
|
|
|
item_0/id = 0
|
|
|
|
item_1/text = "Open Deck"
|
|
|
|
item_1/id = 1
|
|
|
|
item_2/text = ""
|
|
|
|
item_2/id = 2
|
|
|
|
item_2/separator = true
|
|
|
|
item_3/text = "Save Deck"
|
|
|
|
item_3/id = 3
|
|
|
|
item_4/text = "Save Deck As"
|
|
|
|
item_4/id = 4
|
|
|
|
item_5/text = ""
|
|
|
|
item_5/id = 5
|
|
|
|
item_5/separator = true
|
|
|
|
item_6/text = "Close Deck"
|
|
|
|
item_6/id = 6
|
|
|
|
|
|
|
|
[node name="Edit" type="PopupMenu" parent="MarginContainer/VSplitContainer/VBoxContainer/MenuBar"]
|
|
|
|
|
2023-11-27 08:52:29 +01:00
|
|
|
[node name="Connections" type="PopupMenu" parent="MarginContainer/VSplitContainer/VBoxContainer/MenuBar"]
|
|
|
|
item_count = 1
|
|
|
|
item_0/text = "OBS..."
|
|
|
|
item_0/id = 0
|
|
|
|
|
2023-11-22 05:26:11 +01:00
|
|
|
[node name="TabContainerCustom" parent="MarginContainer/VSplitContainer/VBoxContainer" instance=ExtResource("1_s3ug2")]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="ConsoleContainer" type="PanelContainer" parent="MarginContainer/VSplitContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="FileDialog" type="FileDialog" parent="."]
|
|
|
|
size = Vector2i(776, 447)
|
|
|
|
mode_overrides_title = false
|
|
|
|
access = 2
|
|
|
|
use_native_dialog = true
|
|
|
|
|
2023-11-27 08:52:29 +01:00
|
|
|
[node name="Connections" type="Node" parent="."]
|
|
|
|
|
|
|
|
[node name="NoOBSWS" type="Node" parent="Connections"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
script = ExtResource("4_nu72u")
|
|
|
|
|
|
|
|
[node name="OBSWebsocketSetupDialog" parent="." instance=ExtResource("5_uo2gj")]
|
|
|
|
|
2023-11-22 05:26:11 +01:00
|
|
|
[connection signal="id_pressed" from="MarginContainer/VSplitContainer/VBoxContainer/MenuBar/File" to="." method="_on_file_id_pressed"]
|
2023-11-27 08:52:29 +01:00
|
|
|
[connection signal="id_pressed" from="MarginContainer/VSplitContainer/VBoxContainer/MenuBar/Connections" to="." method="_on_connections_id_pressed"]
|
|
|
|
[connection signal="connect_button_pressed" from="OBSWebsocketSetupDialog" to="." method="_on_obs_websocket_setup_dialog_connect_button_pressed"]
|