This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathuser2.tscn
144 lines (123 loc) · 3.85 KB
/
user2.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
[gd_scene load_steps=8 format=2]
[ext_resource path="res://Font/Merriweather/Merriweather-Italic.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://Images/800px-Google_Images_2015_logo.svg.png" type="Texture" id=2]
[ext_resource path="res://Button_Menu.gd" type="Script" id=3]
[ext_resource path="res://Buttons_Nav.gd" type="Script" id=4]
[sub_resource type="DynamicFont" id=1]
size = 40
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=2]
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=3]
size = 32
font_data = ExtResource( 1 )
[node name="Topic_1" type="Node2D"]
script = ExtResource( 4 )
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_right = 1279.0
margin_bottom = 723.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Title" type="HBoxContainer" parent="VBoxContainer"]
margin_right = 1279.0
margin_bottom = 51.0
[node name="TitleText" type="Label" parent="VBoxContainer/Title"]
margin_right = 1279.0
margin_bottom = 51.0
size_flags_horizontal = 3
custom_fonts/font = SubResource( 1 )
text = "Information 1"
align = 1
[node name="Main" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 55.0
margin_right = 1279.0
margin_bottom = 668.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="CenterContainer" type="CenterContainer" parent="VBoxContainer/Main"]
margin_right = 635.0
margin_bottom = 613.0
size_flags_horizontal = 3
size_flags_vertical = 3
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Example_image" type="TextureRect" parent="VBoxContainer/Main/CenterContainer"]
margin_left = 117.0
margin_top = 238.0
margin_right = 517.0
margin_bottom = 375.0
size_flags_horizontal = 3
size_flags_vertical = 3
texture = ExtResource( 2 )
[node name="Example_text" type="Label" parent="VBoxContainer/Main"]
margin_left = 639.0
margin_right = 1274.0
margin_bottom = 613.0
size_flags_horizontal = 3
size_flags_vertical = 3
custom_fonts/font = SubResource( 2 )
text = "this is example text
this is example text
this is example text
this is example text
this is example text"
align = 1
[node name="questionAnswer" type="VBoxContainer" parent="VBoxContainer/Main"]
margin_left = 1278.0
margin_right = 1278.0
margin_bottom = 613.0
[node name="Answers" type="Node" parent="VBoxContainer/Main/questionAnswer"]
[node name="Navigation" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 672.0
margin_right = 1279.0
margin_bottom = 723.0
[node name="Buttons" type="HBoxContainer" parent="VBoxContainer/Navigation"]
margin_right = 518.0
margin_bottom = 51.0
[node name="Main_menu" type="Button" parent="VBoxContainer/Navigation/Buttons"]
margin_right = 185.0
margin_bottom = 51.0
size_flags_horizontal = 0
size_flags_vertical = 3
custom_fonts/font = SubResource( 3 )
text = "Main Menu"
script = ExtResource( 3 )
scene_to_load = "res://MainMenu.tscn"
[node name="Start_quiz" type="Button" parent="VBoxContainer/Navigation/Buttons"]
margin_left = 189.0
margin_right = 347.0
margin_bottom = 51.0
size_flags_horizontal = 0
size_flags_vertical = 3
custom_fonts/font = SubResource( 3 )
text = "Start Quiz"
script = ExtResource( 3 )
scene_to_load = "res://Test/quiz1.tscn"
[node name="Back_button" type="Button" parent="VBoxContainer/Navigation/Buttons"]
margin_left = 351.0
margin_right = 434.0
margin_bottom = 51.0
size_flags_horizontal = 0
size_flags_vertical = 3
custom_fonts/font = SubResource( 3 )
text = "Back"
script = ExtResource( 3 )
[node name="Next_button" type="Button" parent="VBoxContainer/Navigation/Buttons"]
margin_left = 438.0
margin_right = 518.0
margin_bottom = 51.0
size_flags_horizontal = 0
size_flags_vertical = 3
custom_fonts/font = SubResource( 3 )
text = "Next"
script = ExtResource( 3 )
[node name="Label" type="Label" parent="VBoxContainer/Navigation"]
margin_left = 522.0
margin_right = 1279.0
margin_bottom = 51.0
size_flags_horizontal = 3
custom_fonts/font = SubResource( 1 )
text = "15,500"
align = 2