-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathFileMonitorDisplay.tscn
More file actions
52 lines (43 loc) · 1.34 KB
/
FileMonitorDisplay.tscn
File metadata and controls
52 lines (43 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[gd_scene load_steps=3 format=2]
[ext_resource path="res://FileMonitorDisplay.gd" type="Script" id=1]
[ext_resource path="res://addons/EasyFiles/icons/Add.svg" type="Texture2D" id=2]
[node name="FileMonitorDisplay" type="PanelContainer"]
offset_top = 188.0
offset_right = 149.0
offset_bottom = 202.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBox" type="VBoxContainer" parent="."]
offset_left = 7.0
offset_top = 7.0
offset_right = 142.0
offset_bottom = 159.0
[node name="HBox" type="HBoxContainer" parent="VBox"]
offset_right = 135.0
offset_bottom = 20.0
[node name="toggl" type="Button" parent="VBox/HBox"]
offset_right = 135.0
offset_bottom = 20.0
size_flags_horizontal = 3
toggle_mode = true
text = "open monitor"
[node name="add" type="Button" parent="VBox/HBox"]
visible = false
offset_left = 107.0
offset_right = 135.0
offset_bottom = 22.0
icon = ExtResource( 2 )
[node name="mutebtn" type="CheckBox" parent="VBox"]
offset_top = 24.0
offset_right = 135.0
offset_bottom = 48.0
text = "mute"
[node name="Labels" type="RichTextLabel" parent="VBox"]
offset_top = 52.0
offset_right = 135.0
offset_bottom = 152.0
custom_minimum_size = Vector2( 0, 100 )
[connection signal="toggled" from="VBox/HBox/toggl" to="." method="_on_toggl_toggled"]
[connection signal="pressed" from="VBox/HBox/add" to="." method="_on_add_pressed"]