-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReviewerComponent.tscn
53 lines (46 loc) · 1.08 KB
/
ReviewerComponent.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
[gd_scene load_steps=2 format=2]
[ext_resource path="res://KoreanUI_Theme.tres" type="Theme" id=1]
[node name="TestLabel" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_horizontal_guides_": [ 20.9385 ],
"_edit_use_anchors_": false
}
[node name="ReferenceRect" type="ReferenceRect" parent="."]
margin_right = 360.0
margin_bottom = 53.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HSeparator" type="HSeparator" parent="."]
margin_top = 49.0
margin_right = 335.0
margin_bottom = 53.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="QuizLabel" type="Label" parent="."]
margin_left = 26.9633
margin_top = 3.11815
margin_right = 95.963
margin_bottom = 21.1181
__meta__ = {
"_edit_use_anchors_": false
}
[node name="QuizLabelNumber" type="Label" parent="."]
margin_left = 1.0
margin_top = 3.0
margin_right = 20.0
margin_bottom = 21.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="LineEdit" type="LineEdit" parent="."]
margin_top = 21.0
margin_right = 336.0
margin_bottom = 50.0
theme = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}