-
-
Notifications
You must be signed in to change notification settings - Fork 183
/
Copy pathGlossaryPopup.tscn
65 lines (54 loc) · 1.87 KB
/
GlossaryPopup.tscn
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
53
54
55
56
57
58
59
60
61
62
63
64
65
[gd_scene load_steps=5 format=2]
[ext_resource path="res://ui/components/GlossaryPopup.gd" type="Script" id=1]
[ext_resource path="res://ui/theme/gdscript_app_theme.tres" type="Theme" id=2]
[ext_resource path="res://ui/theme/fonts/font_text_bold.tres" type="DynamicFont" id=3]
[ext_resource path="res://ui/theme/panel_darker_with_shadow.tres" type="StyleBox" id=4]
[node name="GlossaryPopup" type="CanvasLayer"]
layer = 2
script = ExtResource( 1 )
[node name="Panel" type="PanelContainer" parent="."]
margin_right = 580.0
margin_bottom = 120.0
rect_min_size = Vector2( 580, 120 )
theme = ExtResource( 2 )
custom_styles/panel = ExtResource( 4 )
[node name="MarginContainer" type="MarginContainer" parent="Panel"]
margin_right = 580.0
margin_bottom = 120.0
mouse_filter = 2
[node name="Column" type="VBoxContainer" parent="Panel/MarginContainer"]
margin_left = 20.0
margin_top = 20.0
margin_right = 560.0
margin_bottom = 100.0
mouse_filter = 2
custom_constants/separation = 8
[node name="Title" type="Label" parent="Panel/MarginContainer/Column"]
margin_right = 540.0
margin_bottom = 28.0
custom_colors/font_color = Color( 0.360784, 0.678431, 0.988235, 1 )
custom_fonts/font = ExtResource( 3 )
text = "Term"
autowrap = true
[node name="HSeparator" type="HSeparator" parent="Panel/MarginContainer/Column"]
margin_top = 36.0
margin_right = 540.0
margin_bottom = 36.0
mouse_filter = 2
custom_constants/separation = 0
[node name="Content" type="RichTextLabel" parent="Panel/MarginContainer/Column"]
margin_top = 44.0
margin_right = 540.0
margin_bottom = 73.0
mouse_filter = 2
bbcode_enabled = true
bbcode_text = "Our error explanation."
text = "Our error explanation."
fit_content_height = true
[node name="Tween" type="Tween" parent="."]
[node name="Timer" type="Timer" parent="."]
wait_time = 0.5
one_shot = true
[node name="InteractionArea" type="Control" parent="."]
margin_right = 40.0
margin_bottom = 40.0