-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterminal_interface.tscn
97 lines (81 loc) · 2.98 KB
/
terminal_interface.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
[gd_scene load_steps=6 format=3 uid="uid://bi445vcm6dkli"]
[ext_resource type="FontFile" uid="uid://ckc72m5mswmg6" path="res://kroe0555.ttf" id="1_6j130"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_c581d"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_akbyy"]
[sub_resource type="LabelSettings" id="LabelSettings_srrs7"]
font = ExtResource("1_6j130")
font_size = 32
font_color = Color(0, 1, 0, 1)
[sub_resource type="LabelSettings" id="LabelSettings_og8wt"]
font = ExtResource("1_6j130")
font_size = 20
font_color = Color(0, 1, 0, 1)
[node name="TerminalInterface" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.197937, 0.197937, 0.197937, 1)
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="VSeparator" type="VSeparator" parent="HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
theme_override_styles/separator = SubResource("StyleBoxEmpty_c581d")
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
layout_mode = 2
[node name="HSeparator" type="HSeparator" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
theme_override_styles/separator = SubResource("StyleBoxEmpty_akbyy")
[node name="EnterCodeLabel" type="Label" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
text = "ENTER CODE"
label_settings = SubResource("LabelSettings_srrs7")
horizontal_alignment = 1
vertical_alignment = 1
uppercase = true
[node name="CodeEntryField" type="LineEdit" parent="HBoxContainer/VBoxContainer"]
custom_minimum_size = Vector2(280, 0)
layout_mode = 2
theme_override_colors/selection_color = Color(20, 100, 20, 0.5)
theme_override_colors/caret_color = Color(0, 100, 0, 1)
theme_override_colors/font_placeholder_color = Color(0, 100, 0, 1)
theme_override_colors/font_selected_color = Color(40, 100, 40, 1)
theme_override_colors/font_color = Color(0, 100, 0, 1)
theme_override_constants/caret_width = 16
theme_override_fonts/font = ExtResource("1_6j130")
theme_override_font_sizes/font_size = 32
alignment = 1
max_length = 12
context_menu_enabled = false
caret_blink = true
[node name="CodeResultLabel" type="Label" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
label_settings = SubResource("LabelSettings_og8wt")
horizontal_alignment = 1
vertical_alignment = 1
autowrap_mode = 2
uppercase = true
[node name="HSeparator2" type="HSeparator" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
theme_override_styles/separator = SubResource("StyleBoxEmpty_akbyy")
[node name="VSeparator2" type="VSeparator" parent="HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
theme_override_styles/separator = SubResource("StyleBoxEmpty_c581d")