-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.tscn
58 lines (51 loc) · 1.29 KB
/
About.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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://Theme.theme" type="Theme" id=1]
[ext_resource path="res://NextButton.tscn" type="PackedScene" id=2]
[ext_resource path="res://TitleBar.tscn" type="PackedScene" id=3]
[ext_resource path="res://About.gd" type="Script" id=4]
[node name="About" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 1 )
script = ExtResource( 4 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Panel" type="Panel" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -173.0
margin_top = -10.0
margin_right = 174.0
margin_bottom = 10.0
text = "This Downloader is written/made by INdIE DeV"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label2" type="Label" parent="."]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -47.0
margin_top = -20.0
margin_right = 47.0
text = "Version: 0.2.0"
align = 1
valign = 1
[node name="NextButton" parent="." instance=ExtResource( 2 )]
margin_top = 28.0
margin_right = 68.0
margin_bottom = 59.0
text = "<< Back"
[node name="TitleBar" parent="." instance=ExtResource( 3 )]