-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.tscn
More file actions
42 lines (35 loc) · 1.25 KB
/
example.tscn
File metadata and controls
42 lines (35 loc) · 1.25 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
[gd_scene load_steps=2 format=3 uid="uid://cos218w6gyfpf"]
[ext_resource type="Script" path="res://example.gd" id="1_v8epm"]
[node name="Control" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_v8epm")
[node name="VSplitContainer" type="VSplitContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="LineEdit" type="LineEdit" parent="VSplitContainer"]
layout_mode = 2
text = "hyper://agregore.mauve.moe/index.md"
[node name="ScrollContainer" type="ScrollContainer" parent="VSplitContainer"]
layout_mode = 2
follow_focus = true
horizontal_scroll_mode = 0
vertical_scroll_mode = 2
[node name="OutputBox" type="RichTextLabel" parent="VSplitContainer/ScrollContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
focus_mode = 2
text = "LOREM IPSUM LOREM IPSUM LOREM IPSUM LOREM IPSUM LOREM IPSUM LOREM IPSUM LOREM IPSUM LOREM IPSUM LOREM IPSUM LOREM IPSUM LOREM IPSUM LOREM IPSUM "
fit_content = true
threaded = true
selection_enabled = true
[connection signal="text_submitted" from="VSplitContainer/LineEdit" to="." method="_on_line_edit_text_submitted"]