forked from GDQuest/learn-gdscript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUIQuizInputField.tscn
30 lines (21 loc) · 916 Bytes
/
UIQuizInputField.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
[gd_scene load_steps=3 format=2]
[ext_resource path="res://ui/quizzes/UIQuizInputField.gd" type="Script" id=1]
[ext_resource path="res://ui/UIBaseQuiz.tscn" type="PackedScene" id=2]
[node name="UIQuizInputField" instance=ExtResource( 2 )]
script = ExtResource( 1 )
[node name="Outline" parent="." index="0"]
margin_bottom = 232.0
[node name="MarginContainer" parent="." index="1"]
margin_bottom = 232.0
[node name="ChoiceView" parent="MarginContainer" index="0"]
margin_bottom = 212.0
[node name="Answers" parent="MarginContainer/ChoiceView" index="2"]
margin_bottom = 129.0
[node name="LineEdit" type="LineEdit" parent="MarginContainer/ChoiceView/Answers" index="0"]
margin_right = 360.0
margin_bottom = 42.0
[node name="HBoxContainer" parent="MarginContainer/ChoiceView" index="3"]
margin_top = 145.0
margin_bottom = 192.0
[node name="ResultView" parent="MarginContainer" index="1"]
margin_bottom = 212.0